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