wt.clients.util
Class FontUtility

java.lang.Object
  extended bywt.clients.util.FontUtility

public class FontUtility
extends Object


Field Summary
private static String RESOURCE
          Utility method for setting applet fonts that can support cross-locale display of multi-byte characters
 
Constructor Summary
FontUtility()
           
 
Method Summary
static Font getCrossLocaleFont(Font f, Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static String RESOURCE
Utility method for setting applet fonts that can support cross-locale display of multi-byte characters

Constructor Detail

FontUtility

public FontUtility()
Method Detail

getCrossLocaleFont

public static Font getCrossLocaleFont(Font f,
                                      Locale locale)