|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.cwt.font.CommonFont
de.intarsys.cwt.font.GenericFont
public class GenericFont
Constructor Summary | |
---|---|
protected |
GenericFont()
|
Method Summary | |
---|---|
static GenericFont |
createNew(de.intarsys.tools.locator.ILocator locator,
de.intarsys.cwt.freetype.Face face)
|
java.lang.String |
getFontFamilyName()
The font family name |
java.lang.String |
getFontName()
The font name. |
java.lang.String |
getFontNameCanonical()
The canonical font name. |
java.lang.String |
getFontNamePostScript()
The postscript font name. |
FontStyle |
getFontStyle()
The font style. |
java.lang.String |
getFontType()
The font type. |
protected void |
setFontFamilyName(java.lang.String familyName)
|
protected void |
setFontName(java.lang.String fontName)
|
protected void |
setFontNamePostScript(java.lang.String fontPSName)
|
protected void |
setFontStyle(FontStyle style)
|
protected void |
setFontType(java.lang.String fontType)
|
Methods inherited from class de.intarsys.cwt.font.CommonFont |
---|
getFontProgram, setFontProgram |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected GenericFont()
Method Detail |
---|
public static GenericFont createNew(de.intarsys.tools.locator.ILocator locator, de.intarsys.cwt.freetype.Face face)
public java.lang.String getFontFamilyName()
IFont
public java.lang.String getFontName()
IFont
public java.lang.String getFontNameCanonical()
IFont
public java.lang.String getFontNamePostScript()
IFont
public FontStyle getFontStyle()
IFont
public java.lang.String getFontType()
IFont
protected void setFontFamilyName(java.lang.String familyName)
protected void setFontName(java.lang.String fontName)
protected void setFontNamePostScript(java.lang.String fontPSName)
protected void setFontStyle(FontStyle style)
protected void setFontType(java.lang.String fontType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |