Flags for modifying string display options.
More...
|
#define | GRAPHICS_STRING_FLAG_1X 0x01 |
| Draw string at 1x scale.
|
|
#define | GRAPHICS_STRING_FLAG_ALL_CAPS 0x10 |
| Display the string on-screen as ALL CAPITAL LETTERS.
|
|
#define | GRAPHICS_STRING_FLAG_FONT_SCRIPT 0x20 |
| Use a script-style (cursive-style) font to display the string.
|
|
#define | GRAPHICS_STRING_FLAG_OUTLINE 0x80 |
| Draw a black outline around each character in the string.
|
|
Flags for modifying string display options.
These flags may be passed to graphics_string_at() or graphics_char_at() to modify how the string or characters are displayed on-screen.