Uses of Class
org.apache.fop.fonts.truetype.TTFFile
Packages that use TTFFile
Package
Description
Command-line tools for generating XML font metric files from Type 1 and TrueType fonts.
Classes for TrueType fonts.
PostScript Renderer
-
Uses of TTFFile in org.apache.fop.fonts.apps
Methods in org.apache.fop.fonts.apps that return TTFFileModifier and TypeMethodDescriptionRead a TTF file and returns it as an object.Methods in org.apache.fop.fonts.apps with parameters of type TTFFileModifier and TypeMethodDescriptionTTFReader.constructFontXML(TTFFile ttf, String fontName, String className, String resource, String file, boolean isCid, String ttcName) Generates the font metrics file from the TTF/TTC file.private voidTTFReader.generateDOM4Kerning(Element parent, TTFFile ttf, boolean isCid) private voidTTFReader.generateDOM4MultiByteExtras(Element parent, TTFFile ttf, boolean isCid) private voidTTFReader.generateDOM4SingleByteExtras(Element parent, TTFFile ttf, boolean isCid) -
Uses of TTFFile in org.apache.fop.fonts.truetype
Subclasses of TTFFile in org.apache.fop.fonts.truetypeModifier and TypeClassDescriptionclassReads 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 -
Uses of TTFFile in org.apache.fop.render.pcl.fonts.truetype
Fields in org.apache.fop.render.pcl.fonts.truetype declared as TTFFile -
Uses of TTFFile in org.apache.fop.render.ps
Methods in org.apache.fop.render.ps with parameters of type TTFFileModifier and TypeMethodDescriptionprivate static voidPSFontUtils.createType42DictionaryEntries(org.apache.xmlgraphics.ps.PSGenerator gen, CustomFont font, CMapSegment[] cmap, TTFFile ttfFile)