bindbc.hb.bind.deprecated_

Undocumented in source.

Members

Aliases

hb_font_get_glyph_func_t
deprecated alias hb_font_get_glyph_func_t = int function(hb_font_t* font, void* font_data, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t* glyph, 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_font_get_glyph_v_kerning_func_t
deprecated alias hb_font_get_glyph_v_kerning_func_t = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_unicode_decompose_compatibility_func_t
deprecated alias hb_unicode_decompose_compatibility_func_t = uint function(hb_unicode_funcs_t* ufuncs, hb_codepoint_t u, hb_codepoint_t* decomposed, void* user_data)
hb_unicode_eastasian_width_func_t
deprecated alias hb_unicode_eastasian_width_func_t = uint function(hb_unicode_funcs_t* ufuncs, hb_codepoint_t unicode, void* user_data)

Functions

hb_font_funcs_set_glyph_func
deprecated void hb_font_funcs_set_glyph_func(hb_font_funcs_t* ffuncs, hb_font_get_glyph_func_t func, void* user_data, hb_destroy_func_t destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_funcs_set_glyph_v_kerning_func
deprecated void hb_font_funcs_set_glyph_v_kerning_func(hb_font_funcs_t* ffuncs, hb_font_get_glyph_v_kerning_func_t func, void* user_data, hb_destroy_func_t destroy)
hb_font_get_glyph_v_kerning
deprecated hb_position_t hb_font_get_glyph_v_kerning(hb_font_t* font, hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_invert
deprecated void hb_set_invert(hb_set_t* set)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_unicode_decompose_compatibility
deprecated uint hb_unicode_decompose_compatibility(hb_unicode_funcs_t* ufuncs, hb_codepoint_t u, hb_codepoint_t* decomposed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_unicode_eastasian_width
deprecated uint hb_unicode_eastasian_width(hb_unicode_funcs_t* ufuncs, hb_codepoint_t unicode)
hb_unicode_funcs_set_decompose_compatibility_func
deprecated void hb_unicode_funcs_set_decompose_compatibility_func(hb_unicode_funcs_t* ufuncs, hb_unicode_decompose_compatibility_func_t func, void* user_data, hb_destroy_func_t destroy)
hb_unicode_funcs_set_eastasian_width_func
deprecated void hb_unicode_funcs_set_eastasian_width_func(hb_unicode_funcs_t* ufuncs, hb_unicode_eastasian_width_func_t func, void* user_data, hb_destroy_func_t destroy)

Manifest constants

HB_BUFFER_FLAGS_DEFAULT
deprecated enum HB_BUFFER_FLAGS_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HB_BUFFER_SERIALIZE_FLAGS_DEFAULT
deprecated enum HB_BUFFER_SERIALIZE_FLAGS_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HB_SCRIPT_CANADIAN_ABORIGINAL
deprecated enum HB_SCRIPT_CANADIAN_ABORIGINAL;

SECTION:hb-deprecated @title: hb-deprecated @short_description: Deprecated API @include: hb.h

HB_UNICODE_MAX_DECOMPOSITION_LEN
deprecated enum HB_UNICODE_MAX_DECOMPOSITION_LEN;

Static variables

hb_font_funcs_set_glyph_func
deprecated fp_hb_font_funcs_set_glyph_func hb_font_funcs_set_glyph_func;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_funcs_set_glyph_v_kerning_func
deprecated fp_hb_font_funcs_set_glyph_v_kerning_func hb_font_funcs_set_glyph_v_kerning_func;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_get_glyph_v_kerning
deprecated fp_hb_font_get_glyph_v_kerning hb_font_get_glyph_v_kerning;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_invert
deprecated fp_hb_set_invert hb_set_invert;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_unicode_decompose_compatibility
deprecated fp_hb_unicode_decompose_compatibility hb_unicode_decompose_compatibility;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_unicode_eastasian_width
deprecated fp_hb_unicode_eastasian_width hb_unicode_eastasian_width;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_unicode_funcs_set_decompose_compatibility_func
deprecated fp_hb_unicode_funcs_set_decompose_compatibility_func hb_unicode_funcs_set_decompose_compatibility_func;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_unicode_funcs_set_eastasian_width_func
deprecated fp_hb_unicode_funcs_set_eastasian_width_func hb_unicode_funcs_set_eastasian_width_func;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta