|
4ee3c827
|
2018-10-27T03:18:45
|
|
[docs] Fix hb_name_id_t
Yep, was not recognized without this patch!
|
|
d941f66c
|
2018-10-27T02:55:52
|
|
[name] Make hb_name_id_t be the enum
This is like hb_script_t.
We had this exposed as unsigned int since 2.0.0 release in two APIs,
as well as hb_ot_layout_get_size_params() from earlier.
But since no one uses those (right?!), let's just fix this now.
|
|
40496a54
|
2018-10-27T02:49:32
|
|
[name] Move HB_NAME_ID_INVALID into the enum
Don't know how to document anonymous enum members.
|
|
a8a55b9f
|
2018-10-27T02:45:57
|
|
[name] Move around
|
|
3b7e5f13
|
2018-10-27T02:39:20
|
|
[name] Rename hb_ot_name_get_names() to hb_ot_name_list_names()
And swap return value positions, so can be annotated for gobject-introspectin.
|
|
4025ad80
|
2018-10-27T02:35:06
|
|
Document new API
|
|
0bf93ec0
|
2018-10-15T21:34:10
|
|
[name] Add public API declarations
|
|
64334aff
|
2018-10-23T20:15:53
|
|
[name] Fix check
|
|
5531bd06
|
2018-10-23T20:04:05
|
|
[name] Flesh out UTF-X to UTF-X conversion routines
|
|
b4d4d1ea
|
2018-10-16T19:55:17
|
|
[name] Return full string length from API
|
|
a826a873
|
2018-10-16T13:06:56
|
|
[name] Hide internal details from public API
|
|
c2aa4095
|
2018-10-15T23:09:28
|
|
[name] Start implementing hb_ot_name_get_utf16()
|
|
90420ed8
|
2018-10-15T22:48:48
|
|
[name] Implement hb_ot_name_get_names()
|
|
3fd6e5db
|
2018-10-24T13:42:38
|
|
[name] Add pre-defined nameIDs
|
|
9a6c87c1
|
2018-10-15T22:42:04
|
|
[name] Finish accelerator sorting
|
|
2157e56b
|
2018-10-15T22:22:50
|
|
[name] Start implementing public API infrastructure
|
|
3d9a0306
|
2018-10-18T05:58:17
|
|
2.0.0
|
|
63109432
|
2018-10-13T14:00:05
|
|
Cosmetic and minor changes
|
|
477bc9aa
|
2018-10-12T15:52:31
|
|
Add hb-ot-name.h
Actual name-fetching API to come later.
New API:
hb_name_id_t
HB_NAME_ID_INVALID
|