/** * hb_reference_table_func_t: * @face: an #hb_face_t to reference table for * @tag: the tag of the table to reference * @user_data: User data pointer passed by the caller * * Callback function for hb_face_create_for_tables(). * * Return value: (transfer full): A pointer to the @tag table within @face * * Since: 0.9.2
*/
/** * hb_get_table_tags_func_t: * @face: A face object * @start_offset: The index of first table tag to retrieve * @table_count: (inout): Input = the maximum number of table tags to return; * Output = the actual number of table tags returned (may be zero) * @table_tags: (out) (array length=table_count): The array of table tags found * @user_data: User data pointer passed by the caller * * Callback function for hb_face_get_table_tags(). * * Return value: Total number of tables, or zero if it is not possible to list * * Since: 10.0.0
*/ typedefunsignedint (*hb_get_table_tags_func_t) (const hb_face_t *face, unsignedint start_offset, unsignedint *table_count, /* IN/OUT */
hb_tag_t *table_tags /* OUT */, 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.