Functions | |
| shape_t * | rdman_shape_text_new (redraw_man_t *rdman, const char *txt, co_aix x, co_aix y, co_aix font_size, cairo_font_face_t *face) |
| void | sh_text_set_text (shape_t *shape, const char *txt) |
| void | sh_text_transform (shape_t *shape) |
| void | sh_text_draw (shape_t *shape, cairo_t *cr) |
| shape_t* rdman_shape_text_new | ( | redraw_man_t * | rdman, | |
| const char * | txt, | |||
| co_aix | x, | |||
| co_aix | y, | |||
| co_aix | font_size, | |||
| cairo_font_face_t * | face | |||
| ) |
Definition at line 35 of file shape_text.c.
| void sh_text_draw | ( | shape_t * | shape, | |
| cairo_t * | cr | |||
| ) |
Definition at line 150 of file shape_text.c.
| void sh_text_set_text | ( | shape_t * | shape, | |
| const char * | txt | |||
| ) |
Definition at line 65 of file shape_text.c.
| void sh_text_transform | ( | shape_t * | shape | ) |