Home
last modified time | relevance | path

Searched refs:langSysTag (Results 1 – 6 of 6) sorted by relevance

/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/mtiLib/
H A D__init__.py107 scriptTag, langSysTag, defaultFeature, features = line
108 log.debug("Adding script %s language-system %s", scriptTag, langSysTag)
135 if langSysTag == 'default':
139 langSysRec.LangSysTag = langSysTag + ' '*(4 - len(langSysTag))
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/mtiLib/
H A D__init__.py104 scriptTag, langSysTag, defaultFeature, features = line
105 log.debug("Adding script %s language-system %s", scriptTag, langSysTag)
132 if langSysTag == 'default':
136 langSysRec.LangSysTag = langSysTag + ' '*(4 - len(langSysTag))
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DLayoutEngine.cpp269 LETag langSysTag = OpenTypeLayoutEngine::getLangSysTag(fLanguageCode); in characterProcessing() local
328 …ble->process(canonGSUBTable, fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, noGDEF, substit… in characterProcessing()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DLayoutEngine.cpp269 LETag langSysTag = OpenTypeLayoutEngine::getLangSysTag(fLanguageCode); in characterProcessing() local
328 …ble->process(canonGSUBTable, fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, noGDEF, substit… in characterProcessing()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/
H A DOTFAdvancedTypographicTableReader.java128 private void readLangSysTable(OFTableName tableTag, long langSysTable, String langSysTag) in readLangSysTable() argument
132 log.debug(tableTag + " lang sys table: " + langSysTag); in readLangSysTable()
164 seLanguages.put(langSysTag, new Object[] { rfi, fl }); in readLangSysTable()
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/opentype/
H A Dotlayout.cpp2087 uint32_t langSysTag = langSysOffsetArray[i].tag(); in checkScriptTable() local
2090 blFontTagToAscii(tagString, langSysTag); in checkScriptTable()