Project

General

Profile

Revision 297

chat working

View differences:

font.h
29 29
void (text_set_color) (text_t *p, uint32_t color);
30 30
void (text_set_valign)(text_t *p, enum text_valign valign);
31 31
void (text_set_halign)(text_t *p, enum text_halign halign);
32
int16_t (text_get_x)  (const text_t *p);
33
int16_t (text_get_y)  (const text_t *p);
32 34
int (text_draw)     (const text_t *p);
33 35

  
34 36
#endif //FONT_H_INCLUDED

Also available in: Unified diff