Function cairo_user_font_face_set_unicode_to_glyph_func

User-font method setters

Prototype

extern(C) void cairo_user_font_face_set_unicode_to_glyph_func(
  cairo_font_face_t* font_face,
  extern(C) cairo_status_t function(cairo_scaled_font_t*, ulong, ulong*) unicode_to_glyph_func
);

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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