Uses of Class
com.orsonpdf.PDFFont
-
Packages that use PDFFont Package Description com.orsonpdf ContainsPDFGraphics2D
and supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF). -
-
Uses of PDFFont in com.orsonpdf
Fields in com.orsonpdf 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 com.orsonpdf 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 com.orsonpdf 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.
-