Uses of Class
org.apache.fop.fonts.FontFileReader

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
protected  boolean TTFFile.checkTTC(FontFileReader in, String name, boolean verbose)
          Check if this is a TrueType collection and that the given name exists in the collection.
protected  void TTFFile.getNumGlyphs(FontFileReader in)
          Read the number of glyphs from the "maxp" table
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.
 void TTFFile.readFont(FontFileReader in)
           
 void TTFFile.readFont(FontFileReader in, 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
 byte[] TTFSubSetFile.readFont(FontFileReader in, String name, Map glyphs)
          glyphs has old index as (Integer) key and new index as (Integer) 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.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
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.