GVTFontFamily |
DefaultFontFamilyResolver.getDefault() |
GVTFontFamily |
FontFamilyResolver.getDefault() |
|
GVTFontFamily |
DefaultFontFamilyResolver.getFamilyThatCanDisplay(char c) |
GVTFontFamily |
FontFamilyResolver.getFamilyThatCanDisplay(char c) |
|
GVTFontFamily |
CSSFontFace.getFontFamily(BridgeContext ctx) |
Returns the font associated with this rule or element.
|
GVTFontFamily |
FontFace.getFontFamily(BridgeContext ctx) |
Returns the font associated with this rule or element.
|
protected GVTFontFamily |
FontFace.getFontFamily(BridgeContext ctx,
ParsedURL purl) |
Tries to build a GVTFontFamily from a URL reference
|
GVTFontFamily |
SVGFontFace.getFontFamily(BridgeContext ctx) |
Returns the font associated with this rule or element.
|
static GVTFontFamily |
SVGFontUtilities.getFontFamily(org.w3c.dom.Element textElement,
BridgeContext ctx,
java.lang.String fontFamilyName,
java.lang.String fontWeight,
java.lang.String fontStyle) |
Given a font family name tries to find a matching SVG font
object.
|
GVTFontFamily |
DefaultFontFamilyResolver.loadFont(java.io.InputStream in,
FontFace ff) |
|
GVTFontFamily |
FontFamilyResolver.loadFont(java.io.InputStream in,
FontFace fontFace) |
|
GVTFontFamily |
DefaultFontFamilyResolver.resolve(java.lang.String familyName) |
Resolves a font family name into a GVTFontFamily.
|
GVTFontFamily |
FontFamilyResolver.resolve(java.lang.String familyName) |
Resolves a font family name into a GVTFontFamily.
|
GVTFontFamily |
FontFamilyResolver.resolve(java.lang.String familyName,
FontFace fontFace) |
|