Uses of Class
org.extex.font.format.xtf.tables.tag.LanguageSystemTag

Packages that use LanguageSystemTag
org.extex.font.format.xtf.tables.gps This package contains the definitions and implementations for the TTF/OTF font table GSUB and GPOS. 
org.extex.font.format.xtf.tables.tag This package contains the definitions and implementations for the TTF/OTF font tags. 
 

Uses of LanguageSystemTag in org.extex.font.format.xtf.tables.gps
 

Methods in org.extex.font.format.xtf.tables.gps that return LanguageSystemTag
 LanguageSystemTag LangSysRecord.getTag()
          Getter for tag.
 

Methods in org.extex.font.format.xtf.tables.gps with parameters of type LanguageSystemTag
 XtfScriptList.LangSys XtfScriptList.findLangSys(ScriptTag tag, LanguageSystemTag language)
          Find the LangSys in a script or null, if not found.
 XtfScriptList.LangSys AbstractXtfSFLTable.findLangSys(ScriptTag tag, LanguageSystemTag language)
          Find the language system.
 XtfLookup[] AbstractXtfSFLTable.findLookup(ScriptTag tag, LanguageSystemTag language, FeatureTag feature)
          Find the lookups.
 XtfScriptList.LangSys XtfScriptList.Script.getLangSys(LanguageSystemTag language)
          Returns the LangSys for the language.
 

Uses of LanguageSystemTag in org.extex.font.format.xtf.tables.tag
 

Methods in org.extex.font.format.xtf.tables.tag that return LanguageSystemTag
static LanguageSystemTag LanguageSystemTag.add(RandomAccessR rar)
          Add a new language system tag.
static LanguageSystemTag LanguageSystemTag.getInstance(java.lang.String name)
          Get a new language system tag.