Uses of Class
org.foray.font.format.ttf.OTFFeature

Packages that use OTFFeature
org.foray.font.format.ttf Classes handling the parsing and content of TrueType fonts. 
 

Uses of OTFFeature in org.foray.font.format.ttf
 

Methods in org.foray.font.format.ttf that return OTFFeature
 OTFFeature AbstractOTFLayoutTable.getFeature(String featureTag)
          Returns the feature instance for a given tag.
static OTFFeature OTFFeature.parse(RandomAccessInput raInput, int offset)
          Parses a feature.
 

Methods in org.foray.font.format.ttf that return types with arguments of type OTFFeature
protected static Map<String,OTFFeature> AbstractOTFLayoutTable.parseFeatureList(RandomAccessInput raInput, int offset)
          Parses the feature list.
 

Constructor parameters in org.foray.font.format.ttf with type arguments of type OTFFeature
TTFTableGSUB(TTFOffsetTableRecord offsetRecord, Map<String,OTFScript> scriptMap, Map<String,OTFFeature> featureMap)
          Constructor.
 



Copyright © 2017. All rights reserved.