Uses of Class
org.freehep.graphicsio.font.truetype.TTFTable

Packages that use TTFTable
org.freehep.graphicsio.font.truetype Interface for TrueType Font information, using a Java Font class or read from a TrueType font file. 
 

Uses of TTFTable in org.freehep.graphicsio.font.truetype
 

Subclasses of TTFTable in org.freehep.graphicsio.font.truetype
 class TTFCMapTable
          CMAP Table.
 class TTFGlyfTable
          GLYPH Table.
 class TTFHeadTable
          HEAD Table.
 class TTFHHeaTable
          HHEA Table.
 class TTFHMtxTable
          HMTX Table.
 class TTFLocaTable
          LOCA Table.
 class TTFMaxPTable
          MAXP Table.
 class TTFNameTable
          NAME Table.
 class TTFOS_2Table
          OS/2 Table.
 class TTFPostTable
          POST Table.
 class TTFVersionTable
          VERSION Table.
 

Methods in org.freehep.graphicsio.font.truetype that return TTFTable
 TTFTable TTFFont.getTable(java.lang.String tag)
          Returns the table with the given tag and reads it if necessary.
 TTFTable TTFTable.getTable(java.lang.String tag)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.