Uses of Class
org.jfree.pdf.internal.PDFFont
-
Packages that use PDFFont Package Description org.jfree.pdf.internal -
-
Uses of PDFFont in org.jfree.pdf.internal
Fields in org.jfree.pdf.internal with type parameters of type PDFFont Modifier and Type Field Description private java.util.Map<FontKey,PDFFont>
Pages. fontMap
private java.util.List<PDFFont>
Pages. fonts
The list of font objects used in the document.Methods in org.jfree.pdf.internal that return PDFFont Modifier and Type Method Description PDFFont
Pages. getFont(java.lang.String name)
Returns the PDF font with the specified name, ornull
if there is no font with that name.Methods in org.jfree.pdf.internal that return types with arguments of type PDFFont Modifier and Type Method Description java.util.List<PDFFont>
Pages. getFonts()
Returns a list of fonts used in these pages.
-