citro2d
|
Text object. More...
#include <text.h>
Data Fields | |
C2D_TextBuf | buf |
Buffer associated with the text. | |
size_t | begin |
Reserved for internal use. | |
size_t | end |
Reserved for internal use. | |
float | width |
Width of the text in pixels, according to 1x scale metrics. | |
u32 | lines |
Number of lines in the text. | |
u32 | words |
Number of words in the text. | |
C2D_Font | font |
Font used to draw the text, or NULL for system font. | |
Text object.