src/hb-ot-name.h


Log

Author Commit Date CI Message
Khaled Hosny 8bdaeddf 2023-02-11T23:44:58 7.0.0
Khaled Hosny 0ea8bbd9 2023-02-11T20:01:06 [doc] Use XSince for REPLACEME/EXPERIMENTAL To hide them from gtk-doc so that we can finally enable gtkdoc-check.
Khaled Hosny 4d259413 2023-02-11T19:25:52 [doc] Fix hb_ot_name_[id|predefined]_t Shuffle the docs around, so that the enum values appear in documentation as they now belong to hb_ot_name_predefined_t. The Since field will be misleading now, though.
Behdad Esfahbod b3006ba9 2023-01-22T13:46:35 Docs
Behdad Esfahbod e3e4d1ec 2023-01-22T13:41:43 [name] Add hb_ot_name_id_predefined_t Not sure what to do about its docs.
Matthias Clasen 52ccdc78 2021-10-28T14:56:13 docs: Add a link to the OpenType spec Link to the name table specification in the hb_ot_name_id_t docs.
Matthias Clasen 8cb2f969 2021-10-28T07:42:07 Document hb_ot_name_t values Add a short blurb for each value and refer to the OpenType spec for more information. Fixes: #3181
Khaled Hosny 7b9e23f2 2021-02-10T23:37:43 [introspection] Fix g-ir-scanner syntax errors Fixes https://github.com/harfbuzz/harfbuzz/issues/2851
Khaled Hosny b8b13018 2020-12-23T00:22:56 [docs] Make gtk-doc find these typedef’s
prrace f9d219a1 2018-12-17T14:18:47 Fix Solaris Trailing comma in enum warnings (#1490)
Behdad Esfahbod a7aba99b 2018-10-30T14:04:09 [name] Rename hb_name_id_t to hb_ot_name_id_t https://github.com/harfbuzz/harfbuzz/pull/1254
Behdad Esfahbod 6ce49a92 2018-10-28T08:26:30 [name] Change hb_name_id_t back to unsigned int https://github.com/harfbuzz/harfbuzz/commit/d941f66c75fe26f909b1ba248535cc372bbde851#commitcomment-31076011
Behdad Esfahbod 213b6dd3 2018-10-27T18:36:24 [name] Make sure hb_name_id_t is int-sized https://github.com/harfbuzz/harfbuzz/commit/d941f66c75fe26f909b1ba248535cc372bbde851#commitcomment-31068905
Behdad Esfahbod 4ee3c827 2018-10-27T03:18:45 [docs] Fix hb_name_id_t Yep, was not recognized without this patch!
Behdad Esfahbod 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.
Behdad Esfahbod a8a55b9f 2018-10-27T02:45:57 [name] Move around
Behdad Esfahbod 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.
Behdad Esfahbod 4025ad80 2018-10-27T02:35:06 Document new API
Behdad Esfahbod 40496a54 2018-10-27T02:49:32 [name] Move HB_NAME_ID_INVALID into the enum Don't know how to document anonymous enum members.
Behdad Esfahbod 3fd6e5db 2018-10-24T13:42:38 [name] Add pre-defined nameIDs
Behdad Esfahbod 64334aff 2018-10-23T20:15:53 [name] Fix check
Behdad Esfahbod 5531bd06 2018-10-23T20:04:05 [name] Flesh out UTF-X to UTF-X conversion routines
Behdad Esfahbod b4d4d1ea 2018-10-16T19:55:17 [name] Return full string length from API
Behdad Esfahbod a826a873 2018-10-16T13:06:56 [name] Hide internal details from public API
Behdad Esfahbod 90420ed8 2018-10-15T22:48:48 [name] Implement hb_ot_name_get_names()
Behdad Esfahbod 2157e56b 2018-10-15T22:22:50 [name] Start implementing public API infrastructure
Behdad Esfahbod 0bf93ec0 2018-10-15T21:34:10 [name] Add public API declarations
Behdad Esfahbod c2aa4095 2018-10-15T23:09:28 [name] Start implementing hb_ot_name_get_utf16()
Behdad Esfahbod 9a6c87c1 2018-10-15T22:42:04 [name] Finish accelerator sorting
Behdad Esfahbod 3d9a0306 2018-10-18T05:58:17 2.0.0
Ebrahim Byagowi 63109432 2018-10-13T14:00:05 Cosmetic and minor changes
Behdad Esfahbod 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