Uses of Class
org.apache.fontbox.ttf.IndexToLocationTable
-
Packages that use IndexToLocationTable Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of IndexToLocationTable in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as IndexToLocationTable Modifier and Type Field Description private IndexToLocationTable
GlyphTable. loca
Methods in org.apache.fontbox.ttf that return IndexToLocationTable Modifier and Type Method Description IndexToLocationTable
TrueTypeFont. getIndexToLocation()
Get the loca table for this TTF.
-