org.jfree.fonts
public class FontMappingUtility extends Object
Method Summary | |
---|---|
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) |
Returns: true or false.
Returns: true or false.
Returns: true or false.