Package de.intarsys.cwt.font
Class CommonFont
java.lang.Object
de.intarsys.cwt.font.CommonFont
- All Implemented Interfaces:
IFont
- Direct Known Subclasses:
GenericFont
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe referencedIFontProgram
.protected void
setFontProgram
(IFontProgram fontProgram) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.intarsys.cwt.font.IFont
getFontFamilyName, getFontName, getFontNameCanonical, getFontNamePostScript, getFontStyle, getFontType
-
Constructor Details
-
CommonFont
public CommonFont()
-
-
Method Details
-
getFontProgram
Description copied from interface:IFont
The referencedIFontProgram
.- Specified by:
getFontProgram
in interfaceIFont
- Returns:
- The referenced
IFontProgram
.
-
setFontProgram
-