dsekai
World engine for retrocomputers.
Loading...
Searching...
No Matches
Macros
Unilayer Graphics String Flags

Flags for modifying string display options. More...

Collaboration diagram for Unilayer Graphics String Flags:

Macros

#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.
 

Detailed Description

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.