- hb_bool_t
alias hb_bool_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_codepoint_t
alias hb_codepoint_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_color_t
alias hb_color_t = uint
- hb_destroy_func_t
alias hb_destroy_func_t = void function(void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_direction_t
alias hb_direction_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_language_t
alias hb_language_t = const(hb_language_impl_t)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_mask_t
alias hb_mask_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_position_t
alias hb_position_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_script_t
alias hb_script_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.
- hb_tag_t
alias hb_tag_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_var_int_t
alias hb_var_int_t = _hb_var_int_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- HB_COLOR
hb_color_t HB_COLOR(ubyte b, ubyte g, ubyte r, ubyte a)
Undocumented in source. Be warned that the author may not have intended to support it.
- HB_DIRECTION_IS_BACKWARD
hb_bool_t HB_DIRECTION_IS_BACKWARD(uint dir)
Undocumented in source. Be warned that the author may not have intended to support it.
- HB_DIRECTION_IS_FORWARD
hb_bool_t HB_DIRECTION_IS_FORWARD(uint dir)
Undocumented in source. Be warned that the author may not have intended to support it.
- HB_DIRECTION_IS_HORIZONTAL
hb_bool_t HB_DIRECTION_IS_HORIZONTAL(uint dir)
Undocumented in source. Be warned that the author may not have intended to support it.
- HB_DIRECTION_IS_VALID
hb_bool_t HB_DIRECTION_IS_VALID(uint dir)
Undocumented in source. Be warned that the author may not have intended to support it.
- HB_DIRECTION_IS_VERTICAL
hb_bool_t HB_DIRECTION_IS_VERTICAL(uint dir)
Undocumented in source. Be warned that the author may not have intended to support it.
- HB_DIRECTION_REVERSE
hb_direction_t HB_DIRECTION_REVERSE(uint dir)
Undocumented in source. Be warned that the author may not have intended to support it.
- HB_TAG
hb_tag_t HB_TAG(char c1, char c2, char c3, char c4)
Undocumented in source. Be warned that the author may not have intended to support it.
- hb_color_get_alpha
ubyte hb_color_get_alpha(hb_color_t color)
Undocumented in source. Be warned that the author may not have intended to support it.
- hb_color_get_blue
ubyte hb_color_get_blue(hb_color_t color)
Undocumented in source. Be warned that the author may not have intended to support it.
- hb_color_get_green
ubyte hb_color_get_green(hb_color_t color)
Undocumented in source. Be warned that the author may not have intended to support it.
- hb_color_get_red
ubyte hb_color_get_red(hb_color_t color)
Undocumented in source. Be warned that the author may not have intended to support it.
- hb_direction_from_string
hb_direction_t hb_direction_from_string(const(char)* str, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_direction_to_string
const(char)* hb_direction_to_string(hb_direction_t direction)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_feature_from_string
hb_bool_t hb_feature_from_string(const(char)* str, int len, hb_feature_t* feature)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_feature_to_string
void hb_feature_to_string(hb_feature_t* feature, char* buf, uint size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_language_from_string
hb_language_t hb_language_from_string(const(char)* str, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_language_get_default
hb_language_t hb_language_get_default()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_language_to_string
const(char)* hb_language_to_string(hb_language_t language)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_script_from_iso15924_tag
hb_script_t hb_script_from_iso15924_tag(hb_tag_t tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_script_from_string
hb_script_t hb_script_from_string(const(char)* str, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_script_get_horizontal_direction
hb_direction_t hb_script_get_horizontal_direction(hb_script_t script)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_script_to_iso15924_tag
hb_tag_t hb_script_to_iso15924_tag(hb_script_t script)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_tag_from_string
hb_tag_t hb_tag_from_string(const(char)* str, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_tag_to_string
void hb_tag_to_string(hb_tag_t tag, char* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_variation_from_string
hb_bool_t hb_variation_from_string(const(char)* str, int len, hb_variation_t* variation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_variation_to_string
void hb_variation_to_string(hb_variation_t* variation, char* buf, uint size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_direction_from_string
fp_hb_direction_from_string hb_direction_from_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_direction_to_string
fp_hb_direction_to_string hb_direction_to_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_feature_from_string
fp_hb_feature_from_string hb_feature_from_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_feature_to_string
fp_hb_feature_to_string hb_feature_to_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_language_from_string
fp_hb_language_from_string hb_language_from_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_language_get_default
fp_hb_language_get_default hb_language_get_default;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_language_to_string
fp_hb_language_to_string hb_language_to_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_script_from_iso15924_tag
fp_hb_script_from_iso15924_tag hb_script_from_iso15924_tag;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_script_from_string
fp_hb_script_from_string hb_script_from_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_script_get_horizontal_direction
fp_hb_script_get_horizontal_direction hb_script_get_horizontal_direction;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_script_to_iso15924_tag
fp_hb_script_to_iso15924_tag hb_script_to_iso15924_tag;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_tag_from_string
fp_hb_tag_from_string hb_tag_from_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_tag_to_string
fp_hb_tag_to_string hb_tag_to_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_variation_from_string
fp_hb_variation_from_string hb_variation_from_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_variation_to_string
fp_hb_variation_to_string hb_variation_to_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.