bindbc.hb.bind.font

Undocumented in source.

Members

Aliases

hb_font_get_font_extents_func_t
alias hb_font_get_font_extents_func_t = int function(hb_font_t* font, void* font_data, hb_font_extents_t* extents, 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_font_h_extents_func_t
alias hb_font_get_font_h_extents_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_font_get_font_v_extents_func_t
alias hb_font_get_font_v_extents_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_font_get_glyph_advance_func_t
alias hb_font_get_glyph_advance_func_t = int function(hb_font_t* font, void* font_data, 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_advances_func_t
alias hb_font_get_glyph_advances_func_t = void function(hb_font_t* font, void* font_data, uint count, const(hb_codepoint_t)* first_glyph, uint glyph_stride, hb_position_t* first_advance, uint advance_stride, 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_contour_point_func_t
alias hb_font_get_glyph_contour_point_func_t = int function(hb_font_t* font, void* font_data, hb_codepoint_t glyph, uint point_index, hb_position_t* x, hb_position_t* y, 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_extents_func_t
alias hb_font_get_glyph_extents_func_t = int function(hb_font_t* font, void* font_data, hb_codepoint_t glyph, hb_glyph_extents_t* extents, 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_from_name_func_t
alias hb_font_get_glyph_from_name_func_t = int function(hb_font_t* font, void* font_data, const(char)* name, int len, 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_h_advance_func_t
alias hb_font_get_glyph_h_advance_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_font_get_glyph_h_advances_func_t
alias hb_font_get_glyph_h_advances_func_t = void function()
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_h_kerning_func_t
alias hb_font_get_glyph_h_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_font_get_glyph_h_origin_func_t
alias hb_font_get_glyph_h_origin_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_font_get_glyph_kerning_func_t
alias hb_font_get_glyph_kerning_func_t = int function(hb_font_t* font, void* font_data, hb_codepoint_t first_glyph, hb_codepoint_t second_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_name_func_t
alias hb_font_get_glyph_name_func_t = int function(hb_font_t* font, void* font_data, hb_codepoint_t glyph, char* name, uint size, 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_origin_func_t
alias hb_font_get_glyph_origin_func_t = int function(hb_font_t* font, void* font_data, hb_codepoint_t glyph, hb_position_t* x, hb_position_t* y, 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_advance_func_t
alias hb_font_get_glyph_v_advance_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_font_get_glyph_v_advances_func_t
alias hb_font_get_glyph_v_advances_func_t = void function()
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_origin_func_t
alias hb_font_get_glyph_v_origin_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_font_get_nominal_glyph_func_t
alias hb_font_get_nominal_glyph_func_t = int function(hb_font_t* font, void* font_data, hb_codepoint_t unicode, 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_nominal_glyphs_func_t
alias hb_font_get_nominal_glyphs_func_t = uint function(hb_font_t* font, void* font_data, uint count, const(hb_codepoint_t)* first_unicode, uint unicode_stride, hb_codepoint_t* first_glyph, uint glyph_stride, 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_variation_glyph_func_t
alias hb_font_get_variation_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.

Functions

hb_font_add_glyph_origin_for_direction
void hb_font_add_glyph_origin_for_direction(hb_font_t* font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t* x, hb_position_t* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_create
hb_font_t* hb_font_create(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_font_create_sub_font
hb_font_t* hb_font_create_sub_font(hb_font_t* parent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_destroy
void hb_font_destroy(hb_font_t* font)
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_create
hb_font_funcs_t* hb_font_funcs_create()
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_destroy
void hb_font_funcs_destroy(hb_font_funcs_t* ffuncs)
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_get_empty
hb_font_funcs_t* hb_font_funcs_get_empty()
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_get_user_data
void* hb_font_funcs_get_user_data(hb_font_funcs_t* ffuncs, hb_user_data_key_t* key)
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_is_immutable
hb_bool_t hb_font_funcs_is_immutable(hb_font_funcs_t* ffuncs)
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_make_immutable
void hb_font_funcs_make_immutable(hb_font_funcs_t* ffuncs)
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_reference
hb_font_funcs_t* hb_font_funcs_reference(hb_font_funcs_t* ffuncs)
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_font_h_extents_func
void hb_font_funcs_set_font_h_extents_func(hb_font_funcs_t* ffuncs, hb_font_get_font_h_extents_func_t func, void* user_data, hb_destroy_func_t destroy)
hb_font_funcs_set_font_v_extents_func
void hb_font_funcs_set_font_v_extents_func(hb_font_funcs_t* ffuncs, hb_font_get_font_v_extents_func_t func, void* user_data, hb_destroy_func_t destroy)
hb_font_funcs_set_glyph_contour_point_func
void hb_font_funcs_set_glyph_contour_point_func(hb_font_funcs_t* ffuncs, hb_font_get_glyph_contour_point_func_t func, void* user_data, hb_destroy_func_t destroy)
hb_font_funcs_set_glyph_extents_func
void hb_font_funcs_set_glyph_extents_func(hb_font_funcs_t* ffuncs, hb_font_get_glyph_extents_func_t func, void* user_data, hb_destroy_func_t destroy)
hb_font_funcs_set_glyph_from_name_func
void hb_font_funcs_set_glyph_from_name_func(hb_font_funcs_t* ffuncs, hb_font_get_glyph_from_name_func_t func, void* user_data, hb_destroy_func_t destroy)
hb_font_funcs_set_glyph_h_advance_func
void hb_font_funcs_set_glyph_h_advance_func(hb_font_funcs_t* ffuncs, hb_font_get_glyph_h_advance_func_t func, void* user_data, hb_destroy_func_t destroy)
hb_font_funcs_set_glyph_h_advances_func
void hb_font_funcs_set_glyph_h_advances_func(hb_font_funcs_t* ffuncs, hb_font_get_glyph_h_advances_func_t func, void* user_data, hb_destroy_func_t destroy)
hb_font_funcs_set_glyph_h_kerning_func
void hb_font_funcs_set_glyph_h_kerning_func(hb_font_funcs_t* ffuncs, hb_font_get_glyph_h_kerning_func_t func, void* user_data, hb_destroy_func_t destroy)
hb_font_funcs_set_glyph_h_origin_func
void hb_font_funcs_set_glyph_h_origin_func(hb_font_funcs_t* ffuncs, hb_font_get_glyph_h_origin_func_t func, void* user_data, hb_destroy_func_t destroy)
hb_font_funcs_set_glyph_name_func
void hb_font_funcs_set_glyph_name_func(hb_font_funcs_t* ffuncs, hb_font_get_glyph_name_func_t func, void* user_data, hb_destroy_func_t destroy)
hb_font_funcs_set_glyph_v_advance_func
void hb_font_funcs_set_glyph_v_advance_func(hb_font_funcs_t* ffuncs, hb_font_get_glyph_v_advance_func_t func, void* user_data, hb_destroy_func_t destroy)
hb_font_funcs_set_glyph_v_advances_func
void hb_font_funcs_set_glyph_v_advances_func(hb_font_funcs_t* ffuncs, hb_font_get_glyph_v_advances_func_t func, void* user_data, hb_destroy_func_t destroy)
hb_font_funcs_set_glyph_v_origin_func
void hb_font_funcs_set_glyph_v_origin_func(hb_font_funcs_t* ffuncs, hb_font_get_glyph_v_origin_func_t func, void* user_data, hb_destroy_func_t destroy)
hb_font_funcs_set_nominal_glyph_func
void hb_font_funcs_set_nominal_glyph_func(hb_font_funcs_t* ffuncs, hb_font_get_nominal_glyph_func_t func, void* user_data, hb_destroy_func_t destroy)
hb_font_funcs_set_nominal_glyphs_func
void hb_font_funcs_set_nominal_glyphs_func(hb_font_funcs_t* ffuncs, hb_font_get_nominal_glyphs_func_t func, void* user_data, hb_destroy_func_t destroy)
hb_font_funcs_set_user_data
hb_bool_t hb_font_funcs_set_user_data(hb_font_funcs_t* ffuncs, hb_user_data_key_t* key, void* data, hb_destroy_func_t destroy, hb_bool_t replace)
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_variation_glyph_func
void hb_font_funcs_set_variation_glyph_func(hb_font_funcs_t* ffuncs, hb_font_get_variation_glyph_func_t func, void* user_data, hb_destroy_func_t destroy)
hb_font_get_empty
hb_font_t* hb_font_get_empty()
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_extents_for_direction
void hb_font_get_extents_for_direction(hb_font_t* font, hb_direction_t direction, hb_font_extents_t* extents)
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_face
hb_face_t* hb_font_get_face(hb_font_t* font)
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
hb_bool_t hb_font_get_glyph(hb_font_t* font, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t* glyph)
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_advance_for_direction
void hb_font_get_glyph_advance_for_direction(hb_font_t* font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t* x, hb_position_t* y)
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_advances_for_direction
void hb_font_get_glyph_advances_for_direction(hb_font_t* font, hb_direction_t direction, uint count, const(hb_codepoint_t)* first_glyph, uint glyph_stride, hb_position_t* first_advance, uint advance_stride)
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_contour_point
hb_bool_t hb_font_get_glyph_contour_point(hb_font_t* font, hb_codepoint_t glyph, uint point_index, hb_position_t* x, hb_position_t* y)
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_contour_point_for_origin
hb_bool_t hb_font_get_glyph_contour_point_for_origin(hb_font_t* font, hb_codepoint_t glyph, uint point_index, hb_direction_t direction, hb_position_t* x, hb_position_t* y)
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_extents
hb_bool_t hb_font_get_glyph_extents(hb_font_t* font, hb_codepoint_t glyph, hb_glyph_extents_t* extents)
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_extents_for_origin
hb_bool_t hb_font_get_glyph_extents_for_origin(hb_font_t* font, hb_codepoint_t glyph, hb_direction_t direction, hb_glyph_extents_t* extents)
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_from_name
hb_bool_t hb_font_get_glyph_from_name(hb_font_t* font, const(char)* name, int len, hb_codepoint_t* glyph)
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_h_advance
hb_position_t hb_font_get_glyph_h_advance(hb_font_t* font, hb_codepoint_t glyph)
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_h_advances
void hb_font_get_glyph_h_advances(hb_font_t* font, uint count, const(hb_codepoint_t)* first_glyph, uint glyph_stride, hb_position_t* first_advance, uint advance_stride)
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_h_kerning
hb_position_t hb_font_get_glyph_h_kerning(hb_font_t* font, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph)
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_h_origin
hb_bool_t hb_font_get_glyph_h_origin(hb_font_t* font, hb_codepoint_t glyph, hb_position_t* x, hb_position_t* y)
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_kerning_for_direction
void hb_font_get_glyph_kerning_for_direction(hb_font_t* font, hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, hb_direction_t direction, hb_position_t* x, hb_position_t* y)
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_name
hb_bool_t hb_font_get_glyph_name(hb_font_t* font, hb_codepoint_t glyph, char* name, 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_font_get_glyph_origin_for_direction
void hb_font_get_glyph_origin_for_direction(hb_font_t* font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t* x, hb_position_t* y)
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_advance
hb_position_t hb_font_get_glyph_v_advance(hb_font_t* font, hb_codepoint_t glyph)
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_advances
void hb_font_get_glyph_v_advances(hb_font_t* font, uint count, const(hb_codepoint_t)* first_glyph, uint glyph_stride, hb_position_t* first_advance, uint advance_stride)
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_origin
hb_bool_t hb_font_get_glyph_v_origin(hb_font_t* font, hb_codepoint_t glyph, hb_position_t* x, hb_position_t* y)
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_h_extents
hb_bool_t hb_font_get_h_extents(hb_font_t* font, hb_font_extents_t* extents)
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_nominal_glyph
hb_bool_t hb_font_get_nominal_glyph(hb_font_t* font, hb_codepoint_t unicode, hb_codepoint_t* glyph)
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_nominal_glyphs
uint hb_font_get_nominal_glyphs(hb_font_t* font, uint count, const(hb_codepoint_t)* first_unicode, uint unicode_stride, hb_codepoint_t* first_glyph, uint glyph_stride)
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_parent
hb_font_t* hb_font_get_parent(hb_font_t* font)
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_ppem
void hb_font_get_ppem(hb_font_t* font, uint* x_ppem, uint* y_ppem)
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_ptem
float hb_font_get_ptem(hb_font_t* font)
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_scale
void hb_font_get_scale(hb_font_t* font, int* x_scale, int* y_scale)
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_user_data
void* hb_font_get_user_data(hb_font_t* font, hb_user_data_key_t* key)
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_v_extents
hb_bool_t hb_font_get_v_extents(hb_font_t* font, hb_font_extents_t* extents)
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_var_coords_normalized
const(int)* hb_font_get_var_coords_normalized(hb_font_t* font, uint* length)
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_variation_glyph
hb_bool_t hb_font_get_variation_glyph(hb_font_t* font, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t* glyph)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_glyph_from_string
hb_bool_t hb_font_glyph_from_string(hb_font_t* font, const(char)* s, int len, hb_codepoint_t* glyph)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_glyph_to_string
void hb_font_glyph_to_string(hb_font_t* font, hb_codepoint_t glyph, char* s, 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_font_is_immutable
hb_bool_t hb_font_is_immutable(hb_font_t* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_make_immutable
void hb_font_make_immutable(hb_font_t* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_reference
hb_font_t* hb_font_reference(hb_font_t* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_set_face
void hb_font_set_face(hb_font_t* font, 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_font_set_funcs
void hb_font_set_funcs(hb_font_t* font, hb_font_funcs_t* klass, void* font_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_set_funcs_data
void hb_font_set_funcs_data(hb_font_t* font, void* font_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_set_parent
void hb_font_set_parent(hb_font_t* font, hb_font_t* parent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_set_ppem
void hb_font_set_ppem(hb_font_t* font, uint x_ppem, uint y_ppem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_set_ptem
void hb_font_set_ptem(hb_font_t* font, float ptem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_set_scale
void hb_font_set_scale(hb_font_t* font, int x_scale, int y_scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_set_user_data
hb_bool_t hb_font_set_user_data(hb_font_t* font, hb_user_data_key_t* key, void* data, hb_destroy_func_t destroy, hb_bool_t replace)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_set_var_coords_design
void hb_font_set_var_coords_design(hb_font_t* font, const(float)* 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.
hb_font_set_var_coords_normalized
void hb_font_set_var_coords_normalized(hb_font_t* font, const(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.
hb_font_set_var_named_instance
void hb_font_set_var_named_instance(hb_font_t* font, 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_font_set_variations
void hb_font_set_variations(hb_font_t* font, const(hb_variation_t)* variations, uint variations_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_subtract_glyph_origin_for_direction
void hb_font_subtract_glyph_origin_for_direction(hb_font_t* font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t* x, hb_position_t* y)
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_font_add_glyph_origin_for_direction
fp_hb_font_add_glyph_origin_for_direction hb_font_add_glyph_origin_for_direction;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_create
fp_hb_font_create hb_font_create;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_create_sub_font
fp_hb_font_create_sub_font hb_font_create_sub_font;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_destroy
fp_hb_font_destroy hb_font_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_create
fp_hb_font_funcs_create hb_font_funcs_create;
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_destroy
fp_hb_font_funcs_destroy hb_font_funcs_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_get_empty
fp_hb_font_funcs_get_empty hb_font_funcs_get_empty;
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_get_user_data
fp_hb_font_funcs_get_user_data hb_font_funcs_get_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_funcs_is_immutable
fp_hb_font_funcs_is_immutable hb_font_funcs_is_immutable;
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_make_immutable
fp_hb_font_funcs_make_immutable hb_font_funcs_make_immutable;
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_reference
fp_hb_font_funcs_reference hb_font_funcs_reference;
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_font_h_extents_func
fp_hb_font_funcs_set_font_h_extents_func hb_font_funcs_set_font_h_extents_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_font_v_extents_func
fp_hb_font_funcs_set_font_v_extents_func hb_font_funcs_set_font_v_extents_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_contour_point_func
fp_hb_font_funcs_set_glyph_contour_point_func hb_font_funcs_set_glyph_contour_point_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_extents_func
fp_hb_font_funcs_set_glyph_extents_func hb_font_funcs_set_glyph_extents_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_from_name_func
fp_hb_font_funcs_set_glyph_from_name_func hb_font_funcs_set_glyph_from_name_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_h_advance_func
fp_hb_font_funcs_set_glyph_h_advance_func hb_font_funcs_set_glyph_h_advance_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_h_advances_func
fp_hb_font_funcs_set_glyph_h_advances_func hb_font_funcs_set_glyph_h_advances_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_h_kerning_func
fp_hb_font_funcs_set_glyph_h_kerning_func hb_font_funcs_set_glyph_h_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_funcs_set_glyph_h_origin_func
fp_hb_font_funcs_set_glyph_h_origin_func hb_font_funcs_set_glyph_h_origin_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_name_func
fp_hb_font_funcs_set_glyph_name_func hb_font_funcs_set_glyph_name_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_advance_func
fp_hb_font_funcs_set_glyph_v_advance_func hb_font_funcs_set_glyph_v_advance_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_advances_func
fp_hb_font_funcs_set_glyph_v_advances_func hb_font_funcs_set_glyph_v_advances_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_origin_func
fp_hb_font_funcs_set_glyph_v_origin_func hb_font_funcs_set_glyph_v_origin_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_nominal_glyph_func
fp_hb_font_funcs_set_nominal_glyph_func hb_font_funcs_set_nominal_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_nominal_glyphs_func
fp_hb_font_funcs_set_nominal_glyphs_func hb_font_funcs_set_nominal_glyphs_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_user_data
fp_hb_font_funcs_set_user_data hb_font_funcs_set_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_funcs_set_variation_glyph_func
fp_hb_font_funcs_set_variation_glyph_func hb_font_funcs_set_variation_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_get_empty
fp_hb_font_get_empty hb_font_get_empty;
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_extents_for_direction
fp_hb_font_get_extents_for_direction hb_font_get_extents_for_direction;
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_face
fp_hb_font_get_face hb_font_get_face;
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
fp_hb_font_get_glyph hb_font_get_glyph;
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_advance_for_direction
fp_hb_font_get_glyph_advance_for_direction hb_font_get_glyph_advance_for_direction;
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_advances_for_direction
fp_hb_font_get_glyph_advances_for_direction hb_font_get_glyph_advances_for_direction;
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_contour_point
fp_hb_font_get_glyph_contour_point hb_font_get_glyph_contour_point;
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_contour_point_for_origin
fp_hb_font_get_glyph_contour_point_for_origin hb_font_get_glyph_contour_point_for_origin;
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_extents
fp_hb_font_get_glyph_extents hb_font_get_glyph_extents;
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_extents_for_origin
fp_hb_font_get_glyph_extents_for_origin hb_font_get_glyph_extents_for_origin;
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_from_name
fp_hb_font_get_glyph_from_name hb_font_get_glyph_from_name;
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_h_advance
fp_hb_font_get_glyph_h_advance hb_font_get_glyph_h_advance;
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_h_advances
fp_hb_font_get_glyph_h_advances hb_font_get_glyph_h_advances;
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_h_kerning
fp_hb_font_get_glyph_h_kerning hb_font_get_glyph_h_kerning;
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_h_origin
fp_hb_font_get_glyph_h_origin hb_font_get_glyph_h_origin;
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_kerning_for_direction
fp_hb_font_get_glyph_kerning_for_direction hb_font_get_glyph_kerning_for_direction;
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_name
fp_hb_font_get_glyph_name hb_font_get_glyph_name;
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_origin_for_direction
fp_hb_font_get_glyph_origin_for_direction hb_font_get_glyph_origin_for_direction;
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_advance
fp_hb_font_get_glyph_v_advance hb_font_get_glyph_v_advance;
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_advances
fp_hb_font_get_glyph_v_advances hb_font_get_glyph_v_advances;
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_origin
fp_hb_font_get_glyph_v_origin hb_font_get_glyph_v_origin;
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_h_extents
fp_hb_font_get_h_extents hb_font_get_h_extents;
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_nominal_glyph
fp_hb_font_get_nominal_glyph hb_font_get_nominal_glyph;
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_nominal_glyphs
fp_hb_font_get_nominal_glyphs hb_font_get_nominal_glyphs;
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_parent
fp_hb_font_get_parent hb_font_get_parent;
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_ppem
fp_hb_font_get_ppem hb_font_get_ppem;
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_ptem
fp_hb_font_get_ptem hb_font_get_ptem;
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_scale
fp_hb_font_get_scale hb_font_get_scale;
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_user_data
fp_hb_font_get_user_data hb_font_get_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_v_extents
fp_hb_font_get_v_extents hb_font_get_v_extents;
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_var_coords_normalized
fp_hb_font_get_var_coords_normalized hb_font_get_var_coords_normalized;
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_variation_glyph
fp_hb_font_get_variation_glyph hb_font_get_variation_glyph;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_glyph_from_string
fp_hb_font_glyph_from_string hb_font_glyph_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_font_glyph_to_string
fp_hb_font_glyph_to_string hb_font_glyph_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_font_is_immutable
fp_hb_font_is_immutable hb_font_is_immutable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_make_immutable
fp_hb_font_make_immutable hb_font_make_immutable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_reference
fp_hb_font_reference hb_font_reference;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_set_face
fp_hb_font_set_face hb_font_set_face;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_set_funcs
fp_hb_font_set_funcs hb_font_set_funcs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_set_funcs_data
fp_hb_font_set_funcs_data hb_font_set_funcs_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_set_parent
fp_hb_font_set_parent hb_font_set_parent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_set_ppem
fp_hb_font_set_ppem hb_font_set_ppem;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_set_ptem
fp_hb_font_set_ptem hb_font_set_ptem;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_set_scale
fp_hb_font_set_scale hb_font_set_scale;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_set_user_data
fp_hb_font_set_user_data hb_font_set_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_set_var_coords_design
fp_hb_font_set_var_coords_design hb_font_set_var_coords_design;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_set_var_coords_normalized
fp_hb_font_set_var_coords_normalized hb_font_set_var_coords_normalized;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_set_var_named_instance
fp_hb_font_set_var_named_instance hb_font_set_var_named_instance;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_set_variations
fp_hb_font_set_variations hb_font_set_variations;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_subtract_glyph_origin_for_direction
fp_hb_font_subtract_glyph_origin_for_direction hb_font_subtract_glyph_origin_for_direction;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

hb_font_extents_t
struct hb_font_extents_t
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_t
struct hb_font_funcs_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_font_t
struct hb_font_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_glyph_extents_t
struct hb_glyph_extents_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta