| Modifier and Type | Method and Description |
|---|---|
static void |
checkAwtFont(String name,
boolean ignoreMissingFont)
Deprecated.
|
static void |
copyNonNullOwnProperties(JRFont srcFont,
JRFont destFont)
Deprecated.
|
static Map<AttributedCharacterIterator.Attribute,Object> |
getAttributes(Map<AttributedCharacterIterator.Attribute,Object> attributes,
JRFont font,
Locale locale)
Deprecated.
Replaced by
getAttributesWithoutAwtFont(Map, JRFont). |
static Map<AttributedCharacterIterator.Attribute,Object> |
getAttributesWithoutAwtFont(Map<AttributedCharacterIterator.Attribute,Object> attributes,
JRFont font)
Deprecated.
|
static Font |
getAwtFont(JRFont font,
Locale locale)
Deprecated.
Returns a java.awt.Font instance by converting a JRFont instance.
|
static Font |
getAwtFontFromBundles(String name,
int style,
int size,
Locale locale)
Deprecated.
|
static Font |
getAwtFontFromBundles(String name,
int style,
int size,
Locale locale,
boolean ignoreMissingFont)
Deprecated.
|
static Collection<String> |
getFontFamilyNames()
Deprecated.
Returns the font family names available through extensions, in alphabetical order.
|
static FontInfo |
getFontInfo(String name,
Locale locale)
Deprecated.
Returns font information containing the font family, font face and font style.
|
static void |
resetThreadMissingFontsCache()
Deprecated.
|
public static void copyNonNullOwnProperties(JRFont srcFont, JRFont destFont)
public static Map<AttributedCharacterIterator.Attribute,Object> getAttributes(Map<AttributedCharacterIterator.Attribute,Object> attributes, JRFont font, Locale locale)
getAttributesWithoutAwtFont(Map, JRFont).public static Map<AttributedCharacterIterator.Attribute,Object> getAttributesWithoutAwtFont(Map<AttributedCharacterIterator.Attribute,Object> attributes, JRFont font)
public static FontInfo getFontInfo(String name, Locale locale)
name - the font family or font face namelocale - the localepublic static Collection<String> getFontFamilyNames()
public static Font getAwtFontFromBundles(String name, int style, int size, Locale locale)
getAwtFontFromBundles(String, int, int, Locale, boolean).public static Font getAwtFontFromBundles(String name, int style, int size, Locale locale, boolean ignoreMissingFont)
public static void resetThreadMissingFontsCache()
public static void checkAwtFont(String name, boolean ignoreMissingFont)
public static Font getAwtFont(JRFont font, Locale locale)
Copyright © 2014. All rights reserved.