Uses of Class
org.extex.font.format.xtf.tables.gps.XtfLookup

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

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

Methods in org.extex.font.format.xtf.tables.gps that return XtfLookup
 XtfLookup[] AbstractXtfSFLTable.findLookup(ScriptTag tag, LanguageSystemTag language, FeatureTag feature)
          Find the lookups.
 XtfLookup XtfLookupList.getLookup(int index)
          Returns the lookup od null, if not exists.
 XtfLookup XtfLookupList.getLookup(XtfFeatureList.Feature feature, int index)
          Returns the lookup
 XtfLookup[] XtfLookupList.getLookups()
          Returns the lookups.
 XtfLookup[] XtfFeatureList.Feature.getLookups()
          Returns the Lookups.