java.lang.Object | |
↳ | sun.awt.PlatformFont |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FONTCACHEMASK | |||||||||||
FONTCACHESIZE | |||||||||||
componentFonts | |||||||||||
defaultChar | |||||||||||
defaultFont | |||||||||||
familyName | |||||||||||
fontConfig | |||||||||||
osVersion |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Specialized fast path string conversion for AWT.
| |||||||||||
make a array of CharsetString with given String.
| |||||||||||
make a array of CharsetString with given String.
| |||||||||||
make a array of CharsetString with given char array.
| |||||||||||
make a array of CharsetString with given char array.
| |||||||||||
Is it possible that this font's metrics require the multi-font calls?
This might be true, for example, if the font supports kerning.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the character that should be rendered when a glyph
is missing.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Specialized fast path string conversion for AWT.
make a array of CharsetString with given String.
make a array of CharsetString with given String.
make a array of CharsetString with given char array.
str | The char array to convert. |
---|---|
offset | offset of first character of interest |
len | number of characters to convert |
allowDefault | whether to allow the default char. Setting this to true overloads the meaning of this method to return non-null only if all chars can be converted. |
make a array of CharsetString with given char array.
str | The char array to convert. |
---|---|
offset | offset of first character of interest |
len | number of characters to convert |
Is it possible that this font's metrics require the multi-font calls? This might be true, for example, if the font supports kerning.
Returns the character that should be rendered when a glyph is missing.