Function cairo_scaled_font_text_to_glyphs

Portable interface to general font features.

Prototype

extern(C) cairo_status_t cairo_scaled_font_text_to_glyphs(
  cairo_scaled_font_t* scaled_font,
  double x,
  double y,
  const(char*) utf8,
  int utf8_len,
  cairo_glyph_t** glyphs,
  int* num_glyphs,
  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