org.jfree.fonts
Class FontMappingUtility
java.lang.Object
org.jfree.fonts.FontMappingUtility
Creation-Date: 22.07.2007, 18:25:35
static boolean | isCourier(String fontName) - Returns true if the logical font name is equivalent to 'Courier', and false
otherwise.
|
static boolean | isSansSerif(String fontName) - Returns true if the logical font name is equivalent to 'SansSerif', and false
otherwise.
|
static boolean | isSerif(String fontName) - Returns true if the logical font name is equivalent to 'Serif', and false otherwise.
|
static boolean | isSymbol(String fontName)
|
isCourier
public static boolean isCourier(String fontName)
Returns true if the logical font name is equivalent to 'Courier', and false
otherwise.
isSansSerif
public static boolean isSansSerif(String fontName)
Returns true if the logical font name is equivalent to 'SansSerif', and false
otherwise.
isSerif
public static boolean isSerif(String fontName)
Returns true if the logical font name is equivalent to 'Serif', and false otherwise.
isSymbol
public static boolean isSymbol(String fontName)