Variable cairo_glyph_t.y

the offset in the Y direction between the origin used for drawing or measuring the string and the origin of this glyph.

Declaration

struct cairo_glyph_t
{
  // ...
  double y;
  // ...
}

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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