AWTFontFamily, SVGFontFamily, UnresolvedFontFamilypublic interface GVTFontFamily
| Modifier and Type | Method | Description |
|---|---|---|
GVTFont |
deriveFont(float size,
java.text.AttributedCharacterIterator aci) |
Derives a GVTFont object of the correct size.
|
GVTFont |
deriveFont(float size,
java.util.Map attrs) |
Derives a GVTFont object of the correct size from an attribute Map.
|
java.lang.String |
getFamilyName() |
Returns the font family name.
|
GVTFontFace |
getFontFace() |
Returns the FontFace for this fontFamily instance.
|
boolean |
isComplex() |
This method returns true iff the font is a complex SVG font
|
java.lang.String getFamilyName()
GVTFontFace getFontFace()
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.GVTFont deriveFont(float size, java.util.Map attrs)
size - The required size of the derived font.attrs - The Attribute Map to get Values from.boolean isComplex()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.