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 voidsetFontProgram(IFontProgram fontProgram) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:IFontThe referencedIFontProgram.- Specified by:
getFontProgramin interfaceIFont- Returns:
- The referenced
IFontProgram.
-
setFontProgram
-