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

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

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

Subclasses of OTFCoverage in org.foray.font.format.ttf
 class OTFCoveragex01
          A coverage using Format 1 (List of glyph indexes).
 class OTFCoveragex02
          A coverage using Format 2 (List of glyph index ranges).
 

Methods in org.foray.font.format.ttf that return OTFCoverage
protected  OTFCoverage OTFLookupGSUBx04x01.getCoverage()
          Returns the coverage for this subtable.
static OTFCoverage OTFCoverage.parse(RandomAccessInput raInput, int offset)
          Parses a coverage.
 



Copyright © 2017. All rights reserved.