Function cairo_scaled_font_create

Portable interface to general font features.

Prototype

extern(C) cairo_scaled_font_t* cairo_scaled_font_create(
  cairo_font_face_t* font_face,
  const(cairo_matrix_t*) font_matrix,
  const(cairo_matrix_t*) ctm,
  const(cairo_font_options_t*) options
);

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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