Revision 321
correcting some problems
font.c | ||
---|---|---|
176 | 176 |
void (text_set_halign)(text_t *p, text_halign halign ){ p->halign = halign; } |
177 | 177 |
int16_t (text_get_x) (const text_t *p){ return p->x; } |
178 | 178 |
int16_t (text_get_y) (const text_t *p){ return p->y; } |
179 |
|
|
180 | 179 |
int (text_draw)(const text_t *p){ |
181 | 180 |
if(p == NULL) return NULL_PTR; |
182 | 181 |
int ret = SUCCESS; |
Also available in: Unified diff