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

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

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

Methods in org.foray.font.format.ttf that return OTFScript
 OTFScript AbstractOTFLayoutTable.getScript(String scriptTag)
          Returns the script instance for a given tag.
static OTFScript OTFScript.parse(RandomAccessInput raInput, int offset)
          Parses a script.
 

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

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



Copyright © 2017. All rights reserved.