Uses of Class
com.orsonpdf.FontKey
-
Packages that use FontKey Package Description com.orsonpdf ContainsPDFGraphics2D
and supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF). -
-
Uses of FontKey in com.orsonpdf
Fields in com.orsonpdf with type parameters of type FontKey Modifier and Type Field Description private java.util.Map<FontKey,PDFFont>
Pages. fontMap
private java.util.Map<FontKey,java.lang.String>
DefaultFontMapper. map
Methods in com.orsonpdf that return FontKey Modifier and Type Method Description static FontKey
FontKey. createFontKey(java.awt.Font f)
Creates a new key for a given font.
-