Function cairo_user_font_face_set_text_to_glyphs_func

User-font method setters

Prototype

extern(C) void cairo_user_font_face_set_text_to_glyphs_func(
  cairo_font_face_t* font_face,
  extern(C) cairo_status_t function(cairo_scaled_font_t*, const(char*), int, cairo_glyph_t**, int*, cairo_text_cluster_t**, int*, cairo_text_cluster_flags_t*) text_to_glyphs_func
);

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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