[ot-var] Use hb_ot_name_id_t

This commit is contained in:
Behdad Esfahbod 2018-11-19 11:30:40 -05:00
parent e3a1a8350a
commit c076c7b85c
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ HB_BEGIN_DECLS
*/
typedef struct hb_ot_var_axis_t {
hb_tag_t tag;
unsigned int name_id;
hb_ot_name_id_t name_id;
float min_value;
float default_value;
float max_value;