The FontX Class contains the following fields.
EMBEDDED | Indicates the new font should be linked to a privately embedded font.
Note This is only significant for fonts that are loaded by non-Java objects. Fonts that are loaded by Java objects are automatically embedded. |
OUTLINE | Indicates that the text drawn by using the new font should be drawn by using the outline of the glyph. This is only supported by certain fonts in the system, and only GraphicsX will support this feature. Trying to draw outline fonts using a Win32Graphics object will result in the glyph being drawn normally. |
STRIKEOUT | Indicates that text drawn using the new font should be struckthrough. |
UNDERLINE | Indicates that text drawn using the new font should be underlined. |