Variable cairo_font_extents_t.max_x_advance

the maximum distance in the X direction that the the origin is advanced for any glyph in the font.

Declaration

struct cairo_font_extents_t
{
  // ...
  double max_x_advance;
  // ...
}

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1