bindbc-harfbuzz ~master (2021-04-21T15:28:55Z)
Dub
Repo
hb_ot_var_axis_info_t
bindbc
hb
bind
ot
var
More...
extern (
C
) @
nogc
nothrow
static if
(
hbSupport >= HBSupport.v2_6_3
)
struct
hb_ot_var_axis_info_t {
uint
axis_index
;
hb_tag_t
tag
;
hb_ot_name_id_t
name_id
;
hb_ot_var_axis_flags_t
flags
;
float
min_value
;
float
default_value
;
float
max_value
;
uint
reserved
;
}
Members
Variables
axis_index
uint
axis_index
;
Undocumented in source.
default_value
float
default_value
;
Undocumented in source.
flags
hb_ot_var_axis_flags_t
flags
;
Undocumented in source.
max_value
float
max_value
;
Undocumented in source.
min_value
float
min_value
;
Undocumented in source.
name_id
hb_ot_name_id_t
name_id
;
Undocumented in source.
reserved
uint
reserved
;
Undocumented in source.
tag
hb_tag_t
tag
;
Undocumented in source.
Detailed Description
hb ot var axis info t
Meta
Since
2.2.0
Source
See Implementation
bindbc
hb
bind
ot
var
aliases
hb_ot_var_axis_flags_t
enums
HB_OT_VAR_AXIS_FLAG_HIDDEN
functions
hb_ot_var_find_axis_info
hb_ot_var_get_axis_count
hb_ot_var_get_axis_infos
hb_ot_var_get_named_instance_count
hb_ot_var_has_data
hb_ot_var_named_instance_get_design_coords
hb_ot_var_named_instance_get_postscript_name_id
hb_ot_var_named_instance_get_subfamily_name_id
hb_ot_var_normalize_coords
hb_ot_var_normalize_variations
manifest constants
HB_OT_TAG_VAR_AXIS_ITALIC
HB_OT_TAG_VAR_AXIS_OPTICAL_SIZE
HB_OT_TAG_VAR_AXIS_SLANT
HB_OT_TAG_VAR_AXIS_WEIGHT
HB_OT_TAG_VAR_AXIS_WIDTH
structs
hb_ot_var_axis_info_t