cf_draw_text¶
Category: text
GitHub: cute_draw.h
Draws text.
Parameters | Description |
---|---|
text | The text to draw. |
position | The top-left corner of the text. |
num_chars_to_draw | The number of characters to draw text . Use -1 to draw the whole string. |
Remarks¶
num_chars_to_draw
is a great way to control how many characters to draw for implementing a typewriter style effect.
Related Pages¶
cf_make_font
cf_app_draw_onto_screen
cf_text_effect_register
cf_draw_to