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

Packages that use TTFFile
org.apache.fop.fonts   
org.apache.fop.fonts.apps   
 

Uses of TTFFile in org.apache.fop.fonts
 

Subclasses of TTFFile in org.apache.fop.fonts
 class TTFSubSetFile
          Reads a TrueType file and generates a subset That can be used to embed a TrueType CID font TrueType tables needed for embedded CID fonts are: "head", "hhea", "loca", "maxp", "cvt ", "prep", "glyf", "hmtx" and "fpgm" The TrueType spec can be found at the Microsoft Typography site: http://www.microsoft.com/truetype/
 

Uses of TTFFile in org.apache.fop.fonts.apps
 

Methods in org.apache.fop.fonts.apps that return TTFFile
 TTFFile TTFReader.loadTTF(java.lang.String fileName, java.lang.String fontName)
          Read a TTF file and returns it as an object.
 

Methods in org.apache.fop.fonts.apps with parameters of type TTFFile
 org.w3c.dom.Document TTFReader.constructFontXML(TTFFile ttf, java.lang.String fontName, java.lang.String className, java.lang.String resource, java.lang.String file, boolean isCid, java.lang.String ttcName)
          Generates the font metrics file from the TTF/TTC file.
 



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