|
constixel
|
#include <constixel.hpp>
Public Attributes | |
| int32_t | x = 0 |
| int32_t | y = 0 |
| const char * | str = nullptr |
| uint8_t | col = color::WHITE |
A struct which can be passed to: draw_string_mono(), draw_string_centered_mono().
| uint8_t constixel::draw_string::col = color::WHITE |
Color palette index to use.
| const char* constixel::draw_string::str = nullptr |
UTF8 string
| int32_t constixel::draw_string::x = 0 |
X coordinate in pixels.
| int32_t constixel::draw_string::y = 0 |
Y coordinate in pixels.