fop 2.1

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

Packages that use TTFFile
org.apache.fop.fonts.apps Command-line tools for generating XML font metric files from Type 1 and TrueType fonts. 
org.apache.fop.fonts.truetype Classes for TrueType fonts. 
org.apache.fop.render.pcl.fonts.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, boolean useKerning, boolean useAdvanced)
          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.
 

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

Subclasses of TTFFile in org.apache.fop.fonts.truetype
 class TTFSubSetFile
          Reads a TrueType file and generates a subset that can be used to embed a TrueType CID font.
 

Methods in org.apache.fop.fonts.truetype with parameters of type TTFFile
 java.lang.String OFMtxEntry.toString(TTFFile t)
          Returns a String representation of this object.
 

Uses of TTFFile in org.apache.fop.render.pcl.fonts.truetype
 

Fields in org.apache.fop.render.pcl.fonts.truetype declared as TTFFile
protected  TTFFile PCLTTFFontReader.ttfFont
           
 


fop 2.1

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