Package org.eclipse.birt.chart.device
Class FontUtil
java.lang.Object
org.eclipse.birt.chart.device.FontUtil
Font utility class.
- Since:
- 2.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getFontFamily
(String fontFamily) Returns the final font family name.
-
Field Details
-
LOGIC_FONT_FAMILY_SERIF
- See Also:
-
LOGIC_FONT_FAMILY_SANS_SERIF
- See Also:
-
LOGIC_FONT_FAMILY_CURSIVE
- See Also:
-
LOGIC_FONT_FAMILY_FANTASY
- See Also:
-
LOGIC_FONT_FAMILY_MONOSPACE
- See Also:
-
FONT_FAMILY_COURIER_NEW
- See Also:
-
FONT_FAMILY_IMPACT
- See Also:
-
FONT_FAMILY_COMIC_SANS_MS
- See Also:
-
FONT_FAMILY_ARIAL
- See Also:
-
FONT_FAMILY_TIMES_NEW_ROMAN
- See Also:
-
-
Constructor Details
-
FontUtil
public FontUtil()
-
-
Method Details
-
getFontFamily
Returns the final font family name.- Parameters:
fontFamily
- specified font family name.- Returns:
- actually font family name.
-