|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--guk.editIM.FontOptimizer
FontOptimizer.java in guk.editIM: find an Unicode font. Tries Arial Unicode MS and Bitstream Cyberbit. If none of them can be found, FontLoader is invoked and the two fonts are tried again. If still no font is found, use the first font in the list of FontLoader dynamic fonts.
Field Summary | |
static FontLoader |
fontLoader
May be set to non-null by the unicodeFont() method. |
Constructor Summary | |
FontOptimizer()
|
Method Summary | |
static java.awt.Font |
unicodeFont()
Returns the first Unicode found that is available, using FontLoader only if needed. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static FontLoader fontLoader
Constructor Detail |
public FontOptimizer()
Method Detail |
public static java.awt.Font unicodeFont()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |