/** * hb_cairo_font_init_func_t: * @font: The #hb_font_t being created * @scaled_font: The respective #cairo_scaled_font_t * @user_data: User data accompanying this method * * The type of a virtual method to be called when a cairo * face created using hb_cairo_font_face_create_for_face() * creates an #hb_font_t for a #cairo_scaled_font_t. * * Return value: the #hb_font_t value to use; in most cases same as @font * * Since: 7.0.0
*/ typedef hb_font_t * (*hb_cairo_font_init_func_t) (hb_font_t *font,
cairo_scaled_font_t *scaled_font, void *user_data);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.