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

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

Methods in org.extex.font.format.xtf.tables.gps with parameters of type FeatureTag
 XtfFeatureList.Feature XtfFeatureList.findFeature(FeatureTag tag)
          Find a feature.
 XtfLookup[] AbstractXtfSFLTable.findLookup(ScriptTag tag, LanguageSystemTag language, FeatureTag feature)
          Find the lookups.
 int XtfScriptList.LangSys.getFeatureTag(FeatureTag featureName)
          Returns the index of the feature tag or -1, if not found.
 

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

Methods in org.extex.font.format.xtf.tables.tag that return FeatureTag
static FeatureTag FeatureTag.getInstance(java.lang.String name)
          Get a new feature tag.