Enum member cairo_status_t.CAIRO_STATUS_USER_FONT_ERROR

error occurred in a user-font callback function (Since 1.8)

Declaration

enum cairo_status_t
{
  // ...
  CAIRO_STATUS_USER_FONT_ERROR = 27,
  // ...
}

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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