提交 469926cc 编写于 作者: B Behdad Esfahbod

[var] Change double to float in API

上级 55d42fd6
...@@ -52,9 +52,9 @@ HB_BEGIN_DECLS ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册