Uses of Class
org.docx4j.fonts.fop.fonts.truetype.TTFFile
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts.apps |
Command-line tools for generating XML font metric files from Type 1 and TrueType fonts.
|
| org.docx4j.fonts.fop.fonts.truetype |
Classes for TrueType fonts.
|
-
Uses of TTFFile in org.docx4j.fonts.fop.fonts.apps
Methods in org.docx4j.fonts.fop.fonts.apps that return TTFFile Modifier and Type Method Description TTFFileTTFReader. 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.docx4j.fonts.fop.fonts.apps with parameters of type TTFFile Modifier and Type Method Description org.w3c.dom.DocumentTTFReader. 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.docx4j.fonts.fop.fonts.truetype
Subclasses of TTFFile in org.docx4j.fonts.fop.fonts.truetype Modifier and Type Class Description classTTFSubSetFileReads a TrueType file and generates a subset that can be used to embed a TrueType CID font.Methods in org.docx4j.fonts.fop.fonts.truetype with parameters of type TTFFile Modifier and Type Method Description java.lang.StringOFMtxEntry. toString(TTFFile t)Returns a String representation of this object.