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

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

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

Methods in org.foray.font.format.ttf that return TTFOffsetTable
 TTFOffsetTable TTFOffsetTableRecord.getDirectory()
          Returns the parent directory.
static TTFOffsetTable TTFOffsetTable.parse(TrueTypeContainer container, RandomAccessInput raInput, long fileOffset)
          Parse a Table Directory from the appropriate offset.
 

Methods in org.foray.font.format.ttf with parameters of type TTFOffsetTable
static TTFOffsetTableRecord TTFOffsetTableRecord.parse(TTFOffsetTable directory, RandomAccessInput raInput)
          Constructor.
static TrueTypeFont TrueTypeFont.parse(TTFOffsetTable ttfTableDir, RandomAccessInput raInput, FontParserClient parserClient)
          Factory method that parses a font from random-access input.
 



Copyright © 2017. All rights reserved.