void n_graphics_text_attributes_enable_paging(n_GTextAttributes *text_attributes, n_GPoint moduloed_origin, n_GRect pageable_area)
void n_graphics_text_attributes_destroy(n_GTextAttributes *text_attributes)
struct n_GTextAttributes __attribute__((__packed__)) n_GTextAttributes
void n_graphics_text_attributes_restore_default_paging(n_GTextAttributes *text_attributes)
void n_graphics_draw_text(n_GContext *ctx, const char *text, n_GFont const font, const n_GRect box, const n_GTextOverflowMode overflow_mode, const n_GTextAlignment alignment, n_GTextAttributes *text_attributes)
Definition: text.c:56
n_GTextAttributes * n_graphics_text_attributes_create(void)
void n_graphics_text_attributes_enable_screen_text_flow(n_GTextAttributes *text_attributes, uint8_t inset)
n_GSize n_graphics_text_layout_get_content_size_with_attributes(const char *text, n_GFont const font, const n_GRect box, const n_GTextOverflowMode overflow_mode, const n_GTextAlignment alignment, n_GTextAttributes *text_attributes)