mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-19 03:34:03 +00:00
[var] Change double to float in API
This commit is contained in:
parent
55d42fd667
commit
469926cc45
1 changed files with 3 additions and 3 deletions
|
@ -52,9 +52,9 @@ HB_BEGIN_DECLS
|
|||
typedef struct hb_ot_var_axis_t {
|
||||
hb_tag_t tag;
|
||||
unsigned int name_id;
|
||||
double min_value;
|
||||
double def_value;
|
||||
double max_value;
|
||||
float min_value;
|
||||
float def_value;
|
||||
float max_value;
|
||||
} hb_ot_var_axis_t;
|
||||
|
||||
HB_EXTERN hb_bool_t
|
||||
|
|
Loading…
Add table
Reference in a new issue