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 void
TTFReader.generateDOM4Kerning
(Element parent, TTFFile ttf, boolean isCid) private void
TTFReader.generateDOM4MultiByteExtras
(Element parent, TTFFile ttf, boolean isCid) private void
TTFReader.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 TypeClassDescriptionclass
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 -
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 void
PSFontUtils.createType42DictionaryEntries
(org.apache.xmlgraphics.ps.PSGenerator gen, CustomFont font, CMapSegment[] cmap, TTFFile ttfFile)