|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.libraries.fonts.FontMappingUtility
public class FontMappingUtility
Creation-Date: 22.07.2007, 18:25:35
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)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isSansSerif(String fontName)
public static boolean isCourier(String fontName)
public static boolean isSerif(String fontName)
public static boolean isSymbol(String fontName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |