Docs
This commit is contained in:
parent
e3e4d1ecdc
commit
b3006ba9cb
|
@ -598,6 +598,7 @@ hb_ot_name_get_utf16
|
||||||
hb_ot_name_get_utf32
|
hb_ot_name_get_utf32
|
||||||
hb_ot_name_get_utf8
|
hb_ot_name_get_utf8
|
||||||
hb_ot_name_id_t
|
hb_ot_name_id_t
|
||||||
|
hb_ot_name_id_predefined_t
|
||||||
hb_ot_name_entry_t
|
hb_ot_name_entry_t
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,13 @@
|
||||||
|
|
||||||
HB_BEGIN_DECLS
|
HB_BEGIN_DECLS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* hb_ot_name_id_predefined_t:
|
||||||
|
*
|
||||||
|
* An enum type representing the pre-defined name IDs.
|
||||||
|
*
|
||||||
|
* Since: REPLACEME
|
||||||
|
**/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* hb_ot_name_id_t:
|
* hb_ot_name_id_t:
|
||||||
|
|
Loading…
Reference in New Issue