Class FontMappingUtility
java.lang.Object
org.pentaho.reporting.libraries.fonts.FontMappingUtility
Creation-Date: 22.07.2007, 18:25:35
- Author:
- Thomas Morgner
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
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
Returns true if the logical font name is equivalent to 'Serif', and false otherwise.static boolean
-
Method Details
-
isSansSerif
Returns true if the logical font name is equivalent to 'SansSerif', and false otherwise.- Returns:
- true or false.
-
isCourier
Returns true if the logical font name is equivalent to 'Courier', and false otherwise.- Returns:
- true or false.
-
isSerif
Returns true if the logical font name is equivalent to 'Serif', and false otherwise.- Returns:
- true or false.
-
isSymbol
-