Variable cairo_glyph_t.index

glyph index in the font. The exact interpretation of the glyph index depends on the font technology being used.

Declaration

struct cairo_glyph_t
{
  // ...
  ulong index;
  // ...
}

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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