Uses of Class
de.erichseifert.vectorgraphics2d.pdf.TrueTypeFont
-
Packages that use TrueTypeFont Package Description de.erichseifert.vectorgraphics2d.pdf Implementation of a processor to convert VectorGraphics2D intermediate language commands to the Portable Document Format (PDF). -
-
Uses of TrueTypeFont in de.erichseifert.vectorgraphics2d.pdf
Fields in de.erichseifert.vectorgraphics2d.pdf with type parameters of type TrueTypeFont Modifier and Type Field Description private java.util.Map<java.lang.String,TrueTypeFont>
Resources. fontsByFontId
Methods in de.erichseifert.vectorgraphics2d.pdf that return types with arguments of type TrueTypeFont Modifier and Type Method Description java.util.Map<java.lang.String,TrueTypeFont>
Resources. getFont()
Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type TrueTypeFont Modifier and Type Method Description protected static byte[]
PDFDocument. serialize(TrueTypeFont font)
-