|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.gvt.font.FontFamilyResolver
The is a utility class that is used for resolving UnresolvedFontFamilies.
Field Summary | |
protected static java.util.Vector |
awtFontFamilies
|
protected static java.util.Vector |
awtFonts
|
static AWTFontFamily |
defaultFont
The default font. |
protected static java.util.Map |
fonts
List of all available fonts on the current system, plus a few common alternatives. |
protected static java.util.Map |
resolvedFontFamilies
This keeps track of all the resolved font families. |
Constructor Summary | |
FontFamilyResolver()
|
Method Summary | |
static GVTFontFamily |
getFamilyThatCanDisplay(char c)
|
static GVTFontFamily |
resolve(UnresolvedFontFamily fontFamily)
Resolves an UnresolvedFontFamily into a GVTFontFamily. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final AWTFontFamily defaultFont
protected static final java.util.Map fonts
protected static final java.util.Vector awtFontFamilies
protected static final java.util.Vector awtFonts
protected static java.util.Map resolvedFontFamilies
Constructor Detail |
public FontFamilyResolver()
Method Detail |
public static GVTFontFamily resolve(UnresolvedFontFamily fontFamily)
fontFamily
- The UnresolvedFontFamily to resolve
public static GVTFontFamily getFamilyThatCanDisplay(char c)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |