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

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

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

Methods in org.foray.font.format.ttf that return TTFTableCMAP
 TTFTableCMAP TrueTypeFont.getCmapTable()
          Returns the "cmap" table.
static TTFTableCMAP TTFTableCMAP.parse(TTFOffsetTableRecord dirEntry, RandomAccessInput raInput, org.axsl.ps.PsServer psServer, String fontPostScriptName)
          Parse the cmap table.
 

Methods in org.foray.font.format.ttf with parameters of type TTFTableCMAP
static TTFTableKERN TTFTableKERN.parse(TTFOffsetTableRecord dirEntry, RandomAccessInput raInput, TTFTableCMAP cmap)
          Parse the needed information from the table contents.
 



Copyright © 2017. All rights reserved.