hb-ot-meta
hb-ot-meta — OpenType Metadata
|
|
Includes
#include <hb-ot.h>
Description
Functions for fetching metadata from fonts.
Functions
hb_ot_meta_get_entry_tags ()
unsigned int
hb_ot_meta_get_entry_tags (hb_face_t *face
,
unsigned int start_offset
,
unsigned int *entries_count
,
hb_ot_meta_tag_t *entries
);
Returns
Number of all available feature types.
Since: 2.6.0
hb_ot_meta_reference_entry ()
hb_blob_t *
hb_ot_meta_reference_entry (hb_face_t *face
,
hb_ot_meta_tag_t meta_tag
);
It fetches metadata entry of a given tag from a font.
Returns
A blob containing the blob.
[transfer full]
Since: 2.6.0
Types and Values
enum hb_ot_meta_tag_t
Known metadata tags from https://docs.microsoft.com/en-us/typography/opentype/spec/meta
Since: 2.6.0