Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
TTFFile |
TTFReader.loadTTF(String fileName,
String fontName,
boolean useKerning,
boolean useAdvanced)
Read a TTF file and returns it as an object.
|
Modifier and Type | Method and Description |
---|---|
Document |
TTFReader.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.
|
Modifier and Type | Class and Description |
---|---|
class |
TTFSubSetFile
Reads a TrueType file and generates a subset
that can be used to embed a TrueType CID font.
|
Modifier and Type | Method and Description |
---|---|
String |
OFMtxEntry.toString(TTFFile t)
Returns a String representation of this object.
|
Modifier and Type | Field and Description |
---|---|
protected TTFFile |
PCLTTFFontReader.ttfFont |
Copyright © 2025 Apache Software Foundation. All rights reserved.