|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for all font family classes.
Method Summary | |
GVTFont |
deriveFont(float size,
java.text.AttributedCharacterIterator aci)
Derives a GVTFont object of the correct size. |
java.lang.String |
getFamilyName()
Returns the font family name. |
GVTFontFace |
getFontFace()
Returns the FontFace for this fontFamily instance. |
Method Detail |
public java.lang.String getFamilyName()
public GVTFontFace getFontFace()
public GVTFont deriveFont(float size, java.text.AttributedCharacterIterator aci)
size
- The required size of the derived font.aci
- The character iterator that will be rendered using
the derived font.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |