cairo_font_extents_t.max_y_advance

the maximum distance in the Y direction that the the origin is advanced for any glyph in the font. this will be zero for normal fonts used for horizontal writing. (The scripts of East Asia are sometimes written vertically.)

struct cairo_font_extents_t
double max_y_advance;

Meta