fop 0.95

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

Packages that use FontFileReader
org.apache.fop.fonts.truetype Classes for TrueType fonts. 
 

Uses of FontFileReader in org.apache.fop.fonts.truetype
 

Methods in org.apache.fop.fonts.truetype with parameters of type FontFileReader
protected  boolean TTFFile.checkTTC(FontFileReader in, java.lang.String name)
          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)
          Reads the font using a FontFileReader.
 boolean TTFFile.readFont(FontFileReader in, java.lang.String name)
          Read the font data.
 byte[] TTFSubSetFile.readFont(FontFileReader in, java.lang.String name, java.util.Map glyphs)
          Returns a subset of the original font.
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, as a fixed size font might have only one width.
protected  void TTFFile.readHorizontalMetrics(FontFileReader in)
          Read "hmtx" table and put the horizontal metrics in the mtxTab array.
protected  void TTFFile.readIndexToLocation(FontFileReader in)
          Read the "loca" table.
 


fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.