Uses of Class
com.orsonpdf.FontKey
-
Packages that use FontKey Package Description com.orsonpdf ContainsPDFGraphics2Dand 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. fontMapprivate java.util.Map<FontKey,java.lang.String>DefaultFontMapper. mapMethods in com.orsonpdf that return FontKey Modifier and Type Method Description static FontKeyFontKey. createFontKey(java.awt.Font f)Creates a new key for a given font.
-