Home | History | Annotate | Download | only in util

Lines Matching refs:font_extents

33   cairo_font_extents_t font_extents;
35 cairo_scaled_font_extents (scaled_font, &font_extents);
38 (vertical ? *w : *h) = (int) lines->len * (font_extents.height + view_options.line_space) - view_options.line_space;
77 cairo_font_extents_t font_extents;
78 cairo_font_extents (cr, &font_extents);
82 descent = font_extents.height * (lines->len + .5);
84 descent = font_extents.height - font_extents.ascent;
93 cairo_translate (cr, v * -font_extents.height, h * font_extents.height);