FontStyle
Category:org.code.media
Fields
Type | Name | Description |
---|---|---|
int | NORMAL | Represents a “normal” style for a font. This text is an example of a normal font style. |
int | BOLD | Represents a bold style for a font, which has heavier lines. This is some example bold text. |
int | ITALIC | Represents an italic style for a font, which is slanted forward. This is some example italic text. |
int | BOLD_ITALIC | Represents a bold and italic style for a font. This is an example of bold italic text. |