[var] Change double to float in API

This commit is contained in:
Behdad Esfahbod 2017-01-20 17:40:46 -08:00
parent 55d42fd667
commit 469926cc45
1 changed files with 3 additions and 3 deletions

View File

@ -52,9 +52,9 @@ HB_BEGIN_DECLS
typedef struct hb_ot_var_axis_t { typedef struct hb_ot_var_axis_t {
hb_tag_t tag; hb_tag_t tag;
unsigned int name_id; unsigned int name_id;
double min_value; float min_value;
double def_value; float def_value;
double max_value; float max_value;
} hb_ot_var_axis_t; } hb_ot_var_axis_t;
HB_EXTERN hb_bool_t HB_EXTERN hb_bool_t