- hb_bool_talias 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_talias 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_talias hb_color_t = uint 
- hb_destroy_func_talias 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_talias 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_talias 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_talias 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_talias 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_talias 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_talias 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_talias 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_COLORhb_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_BACKWARDhb_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_FORWARDhb_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_HORIZONTALhb_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_VALIDhb_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_VERTICALhb_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_REVERSEhb_direction_t HB_DIRECTION_REVERSE(uint dir) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- HB_TAGhb_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_alphaubyte 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_blueubyte 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_greenubyte 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_redubyte 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_stringhb_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_stringconst(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_stringhb_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_stringvoid 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_stringhb_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_defaulthb_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_stringconst(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_taghb_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_stringhb_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_directionhb_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_taghb_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_stringhb_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_stringvoid 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_stringhb_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_stringvoid 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_stringfp_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_stringfp_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_stringfp_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_stringfp_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_stringfp_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_defaultfp_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_stringfp_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_tagfp_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_stringfp_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_directionfp_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_tagfp_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_stringfp_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_stringfp_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_stringfp_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_stringfp_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.