|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontFileReader | |
org.apache.fop.fonts |
Uses of FontFileReader in org.apache.fop.fonts |
Methods in org.apache.fop.fonts with parameters of type FontFileReader | |
byte[] |
TTFSubSetFile.readFont(FontFileReader in,
java.lang.String name,
java.util.Map glyphs)
glyphs has old index as (Integer) key and new index as (Integer) value |
void |
TTFFile.readFont(FontFileReader in)
|
void |
TTFFile.readFont(FontFileReader in,
java.lang.String name)
Read the font data If the fontfile is a TrueType Collection (.ttc file) The name of the font to read data for must be supplied, else the name is ignored |
protected void |
TTFFile.readDirTabs(FontFileReader in)
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. |
protected void |
TTFFile.readFontHeader(FontFileReader in)
Read the "head" table, this reads the bounding box and sets the upem (unitsPerEM) variable |
protected void |
TTFFile.getNumGlyphs(FontFileReader in)
Read the number of glyphs from the "maxp" table |
protected void |
TTFFile.readHorizontalHeader(FontFileReader in)
Read the "hhea" table to find the ascender and descender and size of "hmtx" table, i.e. |
protected void |
TTFFile.readHorizontalMetrics(FontFileReader in)
Read "hmtx" table and put the horizontal metrics in the mtx_tab array. |
protected void |
TTFFile.readIndexToLocation(FontFileReader in)
Read the "loca" table |
protected boolean |
TTFFile.checkTTC(FontFileReader in,
java.lang.String name,
boolean verbose)
Check if this is a TrueType collection and that the given name exists in the collection. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |