Function cairo_show_text_glyphs

Prototype

extern(C) void cairo_show_text_glyphs(
  cairo_t* cr,
  const(char*) utf8,
  int utf8_len,
  const(cairo_glyph_t*) glyphs,
  int num_glyphs,
  const(cairo_text_cluster_t*) clusters,
  int num_clusters,
  cairo_text_cluster_flags_t cluster_flags
);

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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