![]() |
libdragon
|
A style for a font. More...
#include <rdpq_font.h>
Data Fields | |
color_t | color |
Color of the text. | |
color_t | outline_color |
Color of the outline (if any) | |
void(* | custom )(void *arg) |
Custom function that'll be called before rendering the text. | |
void * | custom_arg |
Argument to pass to the custom function. | |
A style for a font.
This structure describes a style for a font. It is passed to rdpq_font_style to create a certain style for a font, that can later be used for rendering.