Uses of Class
org.jfree.pdf.internal.FontKey
-
Packages that use FontKey Package Description org.jfree.pdf ContainsPDFGraphics2Dand 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. fontMapMethods in org.jfree.pdf.internal that return FontKey Modifier and Type Method Description static FontKeyFontKey. createFontKey(java.awt.Font f)Creates a new key for a given font.
-