FontData.setLocale

Sets the locale of the receiver. <p> The locale determines which platform character set this font is going to use. Widgets and graphics operations that use this font will convert UNICODE strings to the platform character set of the specified locale. </p> <p> On platforms where there are multiple character sets for a given language/country locale, the variant portion of the locale will determine the character set. </p>

@param locale the <code>String</code> representing a Locale object @see java.util.Locale#toString

class FontData
void
setLocale
(
String locale
)

Meta