cairo_text_helpers.c | 5 static void draw_aligned_text(cairo_t *cr, const char *font, double x, double y, function 44 draw_aligned_text(cr, font, x, y, fontsize, text, CENTERED); 51 draw_aligned_text(cr, font, x, y, fontsize, text, RIGHT_JUSTIFIED); 58 draw_aligned_text(cr, font, x, y, fontsize, text, LEFT_JUSTIFIED);
|