| Top |
Functions for fetching various bit fields and numbers scattered around OpenType tables.
These are raw table values, and many of them are legacy or unreliable, but applications might need them for various legacy reasons.
uint32_t hb_ot_fetch_bits (hb_face_t *face,hb_ot_bits_tag_t tag);
Fetches a bit field of face
.
Since: 14.3.0
int32_t hb_ot_fetch_number (hb_face_t *face,hb_ot_number_tag_t tag);
Fetches a number of face
in font units.
Since: 14.3.0
Bit fields that can be fetched with hb_ot_fetch_bits().
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
Since: 14.3.0
Numbers that can be fetched with hb_ot_fetch_number().
Since: 14.3.0