fop 0.94 | |
Frames | No Frames |
Methods with parameter type org.apache.fop.fonts.truetype.FontFileReader | |
boolean | Check if this is a TrueType collection and that the given
name exists in the collection. |
void | Read the number of glyphs from the "maxp" table
|
void | Read Table Directory from the current position in the
FontFileReader and fill the global HashMap dirTabs
with the table name (String) as key and a TTFDirTabEntry
as value. |
void | Reads the font using a FontFileReader. |
boolean | Read the font data. |
byte[] | Returns a subset of the original font. |
void | Read the "head" table, this reads the bounding box and
sets the upem (unitsPerEM) variable
|
void | Read the "hhea" table to find the ascender and descender and
size of "hmtx" table, as a fixed size font might have only
one width. |
void | Read "hmtx" table and put the horizontal metrics
in the mtxTab array. |
void | Read the "loca" table. |
fop 0.94 |