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