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

Packages that use ScriptTag
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 ScriptTag in org.extex.font.format.xtf.tables.gps
 

Methods in org.extex.font.format.xtf.tables.gps with parameters of type ScriptTag
 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.Script XtfScriptList.findScript(ScriptTag tag)
          Find a script.
 XtfScriptList.Script AbstractXtfSFLTable.findScript(ScriptTag tag)
          Find a script.
 

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

Methods in org.extex.font.format.xtf.tables.tag that return ScriptTag
static ScriptTag ScriptTag.getDefault()
          Return the name of the default script tag.
static ScriptTag ScriptTag.getInstance(java.lang.String name)
          Get a new script tag.