bindbc.hb.bind.ot.var

Undocumented in source.

Members

Aliases

hb_ot_var_axis_flags_t
alias hb_ot_var_axis_flags_t = hb_tag_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

HB_OT_VAR_AXIS_FLAG_HIDDEN
anonymousenum HB_OT_VAR_AXIS_FLAG_HIDDEN

Functions

hb_ot_var_find_axis_info
hb_bool_t hb_ot_var_find_axis_info(hb_face_t* face, hb_tag_t axis_tag, hb_ot_var_axis_info_t* axis_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_ot_var_get_axis_count
uint hb_ot_var_get_axis_count(hb_face_t* face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_ot_var_get_axis_infos
uint hb_ot_var_get_axis_infos(hb_face_t* face, uint start_offset, uint* axes_count, hb_ot_var_axis_info_t* axes_array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_ot_var_get_named_instance_count
uint hb_ot_var_get_named_instance_count(hb_face_t* face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_ot_var_has_data
hb_bool_t hb_ot_var_has_data(hb_face_t* face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_ot_var_named_instance_get_design_coords
uint hb_ot_var_named_instance_get_design_coords(hb_face_t* face, uint instance_index, uint* coords_length, float* coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_ot_var_named_instance_get_postscript_name_id
hb_ot_name_id_t hb_ot_var_named_instance_get_postscript_name_id(hb_face_t* face, uint instance_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_ot_var_named_instance_get_subfamily_name_id
hb_ot_name_id_t hb_ot_var_named_instance_get_subfamily_name_id(hb_face_t* face, uint instance_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_ot_var_normalize_coords
void hb_ot_var_normalize_coords(hb_face_t* face, uint coords_length, const(float)* design_coords, int* normalized_coords)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_ot_var_normalize_variations
void hb_ot_var_normalize_variations(hb_face_t* face, const(hb_variation_t)* variations, uint variations_length, int* coords, uint coords_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

HB_OT_TAG_VAR_AXIS_ITALIC
enum HB_OT_TAG_VAR_AXIS_ITALIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HB_OT_TAG_VAR_AXIS_OPTICAL_SIZE
enum HB_OT_TAG_VAR_AXIS_OPTICAL_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HB_OT_TAG_VAR_AXIS_SLANT
enum HB_OT_TAG_VAR_AXIS_SLANT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HB_OT_TAG_VAR_AXIS_WEIGHT
enum HB_OT_TAG_VAR_AXIS_WEIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HB_OT_TAG_VAR_AXIS_WIDTH
enum HB_OT_TAG_VAR_AXIS_WIDTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

hb_ot_var_find_axis_info
fp_hb_ot_var_find_axis_info hb_ot_var_find_axis_info;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_ot_var_get_axis_count
fp_hb_ot_var_get_axis_count hb_ot_var_get_axis_count;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_ot_var_get_axis_infos
fp_hb_ot_var_get_axis_infos hb_ot_var_get_axis_infos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_ot_var_get_named_instance_count
fp_hb_ot_var_get_named_instance_count hb_ot_var_get_named_instance_count;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_ot_var_has_data
fp_hb_ot_var_has_data hb_ot_var_has_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_ot_var_named_instance_get_design_coords
fp_hb_ot_var_named_instance_get_design_coords hb_ot_var_named_instance_get_design_coords;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_ot_var_named_instance_get_postscript_name_id
fp_hb_ot_var_named_instance_get_postscript_name_id hb_ot_var_named_instance_get_postscript_name_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_ot_var_named_instance_get_subfamily_name_id
fp_hb_ot_var_named_instance_get_subfamily_name_id hb_ot_var_named_instance_get_subfamily_name_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_ot_var_normalize_coords
fp_hb_ot_var_normalize_coords hb_ot_var_normalize_coords;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_ot_var_normalize_variations
fp_hb_ot_var_normalize_variations hb_ot_var_normalize_variations;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

hb_ot_var_axis_info_t
struct hb_ot_var_axis_info_t

Meta