Locale-Sensitive Java Constructor
java.awt.Font
Font(Font font)
Font(Map extends AttributedCharacterIterator.Attribute,?> attributes)
Font(String name, int style, int size)
Internationalization (I18n) Method Overview
Font is used to create a new Font instance.
For more information on Font ,
click
here.
I18n Issues
Make sure the Font that is being created supports the locale's character set.
Locale-Sensitive Java Methods
|