Enum member cairo_text_cluster_flags_t.CAIRO_TEXT_CLUSTER_FLAG_BACKWARD

The clusters in the cluster array map to glyphs in the glyph array from end to start.

Declaration

enum cairo_text_cluster_flags_t
{
  // ...
  CAIRO_TEXT_CLUSTER_FLAG_BACKWARD = 1,
  // ...
}

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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