commit | 0c1b287b72e91e0898d75acb5d5acf1c6b9a7498 | [log] [tgz] |
---|---|---|
author | Ebrahim Byagowi <ebrahim@gnu.org> | Sat Jul 21 21:14:48 2018 +0430 |
committer | GitHub <noreply@github.com> | Sat Jul 21 21:14:48 2018 +0430 |
tree | 239cecdf8fbc65823e207e2396d809b12da6ef17 | |
parent | 93b65d9fe331a217640069fad4159cb7c3ec35e6 [diff] |
Add a new API, hb_ot_layout_get_feature_name_ids (#976) This new API returns cvXX and ssXX related NameId, things like featUiLabelNameId, featUiTooltipTextNameId, sampleTextNameId, ... of cvXX and UINameId of ssXX, in a unified way. However HarfBuzz currently doesn't expose an API for retrieving the actual information associated with NameId from the `name` table and that should be done separately.