bindbc.hb.bind.buffer

Undocumented in source.

Members

Aliases

hb_buffer_cluster_level_t
alias hb_buffer_cluster_level_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_buffer_content_type_t
alias hb_buffer_content_type_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_buffer_diff_flags_t
alias hb_buffer_diff_flags_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_buffer_flags_t
alias hb_buffer_flags_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_buffer_message_func_t
alias hb_buffer_message_func_t = int function(hb_buffer_t* buffer, hb_font_t* font, const(char)* message, 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_buffer_serialize_flags_t
alias hb_buffer_serialize_flags_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_buffer_serialize_format_t
alias hb_buffer_serialize_format_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_glyph_flags_t
alias hb_glyph_flags_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

HB_BUFFER_CLUSTER_LEVEL_MONOTONE_GRAPHEMES
anonymousenum HB_BUFFER_CLUSTER_LEVEL_MONOTONE_GRAPHEMES
HB_BUFFER_CONTENT_TYPE_INVALID
anonymousenum HB_BUFFER_CONTENT_TYPE_INVALID
HB_BUFFER_DIFF_FLAG_EQUAL
anonymousenum HB_BUFFER_DIFF_FLAG_EQUAL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HB_BUFFER_FLAG_DEFAULT
anonymousenum HB_BUFFER_FLAG_DEFAULT
HB_BUFFER_SERIALIZE_FLAG_DEFAULT
anonymousenum HB_BUFFER_SERIALIZE_FLAG_DEFAULT
HB_BUFFER_SERIALIZE_FORMAT_TEXT
anonymousenum HB_BUFFER_SERIALIZE_FORMAT_TEXT
HB_GLYPH_FLAG_UNSAFE_TO_BREAK
anonymousenum HB_GLYPH_FLAG_UNSAFE_TO_BREAK

Functions

hb_buffer_add
void hb_buffer_add(hb_buffer_t* buffer, hb_codepoint_t codepoint, uint cluster)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_add_codepoints
void hb_buffer_add_codepoints(hb_buffer_t* buffer, const(hb_codepoint_t)* text, int text_length, uint item_offset, int item_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_add_latin1
void hb_buffer_add_latin1(hb_buffer_t* buffer, const(ubyte)* text, int text_length, uint item_offset, int item_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_add_utf16
void hb_buffer_add_utf16(hb_buffer_t* buffer, const(ushort)* text, int text_length, uint item_offset, int item_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_add_utf32
void hb_buffer_add_utf32(hb_buffer_t* buffer, const(uint)* text, int text_length, uint item_offset, int item_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_add_utf8
void hb_buffer_add_utf8(hb_buffer_t* buffer, const(char)* text, int text_length, uint item_offset, int item_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_allocation_successful
hb_bool_t hb_buffer_allocation_successful(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_append
void hb_buffer_append(hb_buffer_t* buffer, hb_buffer_t* source, uint start, uint end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_clear_contents
void hb_buffer_clear_contents(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_create
hb_buffer_t* hb_buffer_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_deserialize_glyphs
hb_bool_t hb_buffer_deserialize_glyphs(hb_buffer_t* buffer, const(char)* buf, int buf_len, const(char*)* end_ptr, hb_font_t* font, hb_buffer_serialize_format_t format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_destroy
void hb_buffer_destroy(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_diff
hb_buffer_diff_flags_t hb_buffer_diff(hb_buffer_t* buffer, hb_buffer_t* reference, hb_codepoint_t dottedcircle_glyph, uint position_fuzz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_cluster_level
hb_buffer_cluster_level_t hb_buffer_get_cluster_level(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_content_type
hb_buffer_content_type_t hb_buffer_get_content_type(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_direction
hb_direction_t hb_buffer_get_direction(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_empty
hb_buffer_t* hb_buffer_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_buffer_get_flags
hb_buffer_flags_t hb_buffer_get_flags(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_glyph_infos
hb_glyph_info_t* hb_buffer_get_glyph_infos(hb_buffer_t* buffer, 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_buffer_get_glyph_positions
hb_glyph_position_t* hb_buffer_get_glyph_positions(hb_buffer_t* buffer, 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_buffer_get_invisible_glyph
hb_codepoint_t hb_buffer_get_invisible_glyph(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_language
hb_language_t hb_buffer_get_language(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_length
uint hb_buffer_get_length(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_replacement_codepoint
hb_codepoint_t hb_buffer_get_replacement_codepoint(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_script
hb_script_t hb_buffer_get_script(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_segment_properties
void hb_buffer_get_segment_properties(hb_buffer_t* buffer, hb_segment_properties_t* props)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_unicode_funcs
hb_unicode_funcs_t* hb_buffer_get_unicode_funcs(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_user_data
void* hb_buffer_get_user_data(hb_buffer_t* buffer, 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_buffer_guess_segment_properties
void hb_buffer_guess_segment_properties(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_normalize_glyphs
void hb_buffer_normalize_glyphs(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_pre_allocate
hb_bool_t hb_buffer_pre_allocate(hb_buffer_t* buffer, 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_buffer_reference
hb_buffer_t* hb_buffer_reference(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_reset
void hb_buffer_reset(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_reverse
void hb_buffer_reverse(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_reverse_clusters
void hb_buffer_reverse_clusters(hb_buffer_t* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_reverse_range
void hb_buffer_reverse_range(hb_buffer_t* buffer, uint start, uint end)
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_format_from_string
hb_buffer_serialize_format_t hb_buffer_serialize_format_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_buffer_serialize_format_to_string
const(char)* hb_buffer_serialize_format_to_string(hb_buffer_serialize_format_t format)
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_glyphs
uint hb_buffer_serialize_glyphs(hb_buffer_t* buffer, uint start, uint end, char* buf, uint buf_size, uint* buf_consumed, hb_font_t* font, hb_buffer_serialize_format_t format, hb_buffer_serialize_flags_t flags)
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_list_formats
const(char*)* hb_buffer_serialize_list_formats()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_cluster_level
void hb_buffer_set_cluster_level(hb_buffer_t* buffer, hb_buffer_cluster_level_t cluster_level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_content_type
void hb_buffer_set_content_type(hb_buffer_t* buffer, hb_buffer_content_type_t content_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_direction
void hb_buffer_set_direction(hb_buffer_t* buffer, 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_buffer_set_flags
void hb_buffer_set_flags(hb_buffer_t* buffer, hb_buffer_flags_t flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_invisible_glyph
void hb_buffer_set_invisible_glyph(hb_buffer_t* buffer, hb_codepoint_t invisible)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_language
void hb_buffer_set_language(hb_buffer_t* buffer, 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_buffer_set_length
hb_bool_t hb_buffer_set_length(hb_buffer_t* buffer, 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_buffer_set_message_func
void hb_buffer_set_message_func(hb_buffer_t* buffer, hb_buffer_message_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_buffer_set_replacement_codepoint
void hb_buffer_set_replacement_codepoint(hb_buffer_t* buffer, hb_codepoint_t replacement)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_script
void hb_buffer_set_script(hb_buffer_t* buffer, 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_buffer_set_segment_properties
void hb_buffer_set_segment_properties(hb_buffer_t* buffer, const(hb_segment_properties_t)* props)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_unicode_funcs
void hb_buffer_set_unicode_funcs(hb_buffer_t* buffer, hb_unicode_funcs_t* unicode_funcs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_user_data
hb_bool_t hb_buffer_set_user_data(hb_buffer_t* buffer, 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_glyph_info_get_glyph_flags
hb_glyph_flags_t hb_glyph_info_get_glyph_flags(const(hb_glyph_info_t)* info)
Undocumented in source. Be warned that the author may not have intended to support it.
hb_segment_properties_equal
hb_bool_t hb_segment_properties_equal(const(hb_segment_properties_t)* a, const(hb_segment_properties_t)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_segment_properties_hash
uint hb_segment_properties_hash(const(hb_segment_properties_t)* p)
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_BUFFER_REPLACEMENT_CODEPOINT_DEFAULT
enum HB_BUFFER_REPLACEMENT_CODEPOINT_DEFAULT;

Static variables

hb_buffer_add
fp_hb_buffer_add hb_buffer_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_add_codepoints
fp_hb_buffer_add_codepoints hb_buffer_add_codepoints;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_add_latin1
fp_hb_buffer_add_latin1 hb_buffer_add_latin1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_add_utf16
fp_hb_buffer_add_utf16 hb_buffer_add_utf16;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_add_utf32
fp_hb_buffer_add_utf32 hb_buffer_add_utf32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_add_utf8
fp_hb_buffer_add_utf8 hb_buffer_add_utf8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_allocation_successful
fp_hb_buffer_allocation_successful hb_buffer_allocation_successful;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_append
fp_hb_buffer_append hb_buffer_append;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_clear_contents
fp_hb_buffer_clear_contents hb_buffer_clear_contents;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_create
fp_hb_buffer_create hb_buffer_create;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_deserialize_glyphs
fp_hb_buffer_deserialize_glyphs hb_buffer_deserialize_glyphs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_destroy
fp_hb_buffer_destroy hb_buffer_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_diff
fp_hb_buffer_diff hb_buffer_diff;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_cluster_level
fp_hb_buffer_get_cluster_level hb_buffer_get_cluster_level;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_content_type
fp_hb_buffer_get_content_type hb_buffer_get_content_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_direction
fp_hb_buffer_get_direction hb_buffer_get_direction;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_empty
fp_hb_buffer_get_empty hb_buffer_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_buffer_get_flags
fp_hb_buffer_get_flags hb_buffer_get_flags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_glyph_infos
fp_hb_buffer_get_glyph_infos hb_buffer_get_glyph_infos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_glyph_positions
fp_hb_buffer_get_glyph_positions hb_buffer_get_glyph_positions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_invisible_glyph
fp_hb_buffer_get_invisible_glyph hb_buffer_get_invisible_glyph;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_language
fp_hb_buffer_get_language hb_buffer_get_language;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_length
fp_hb_buffer_get_length hb_buffer_get_length;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_replacement_codepoint
fp_hb_buffer_get_replacement_codepoint hb_buffer_get_replacement_codepoint;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_script
fp_hb_buffer_get_script hb_buffer_get_script;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_segment_properties
fp_hb_buffer_get_segment_properties hb_buffer_get_segment_properties;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_unicode_funcs
fp_hb_buffer_get_unicode_funcs hb_buffer_get_unicode_funcs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_get_user_data
fp_hb_buffer_get_user_data hb_buffer_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_buffer_guess_segment_properties
fp_hb_buffer_guess_segment_properties hb_buffer_guess_segment_properties;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_normalize_glyphs
fp_hb_buffer_normalize_glyphs hb_buffer_normalize_glyphs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_pre_allocate
fp_hb_buffer_pre_allocate hb_buffer_pre_allocate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_reference
fp_hb_buffer_reference hb_buffer_reference;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_reset
fp_hb_buffer_reset hb_buffer_reset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_reverse
fp_hb_buffer_reverse hb_buffer_reverse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_reverse_clusters
fp_hb_buffer_reverse_clusters hb_buffer_reverse_clusters;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_reverse_range
fp_hb_buffer_reverse_range hb_buffer_reverse_range;
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_format_from_string
fp_hb_buffer_serialize_format_from_string hb_buffer_serialize_format_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_buffer_serialize_format_to_string
fp_hb_buffer_serialize_format_to_string hb_buffer_serialize_format_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_buffer_serialize_glyphs
fp_hb_buffer_serialize_glyphs hb_buffer_serialize_glyphs;
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_list_formats
fp_hb_buffer_serialize_list_formats hb_buffer_serialize_list_formats;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_cluster_level
fp_hb_buffer_set_cluster_level hb_buffer_set_cluster_level;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_content_type
fp_hb_buffer_set_content_type hb_buffer_set_content_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_direction
fp_hb_buffer_set_direction hb_buffer_set_direction;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_flags
fp_hb_buffer_set_flags hb_buffer_set_flags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_invisible_glyph
fp_hb_buffer_set_invisible_glyph hb_buffer_set_invisible_glyph;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_language
fp_hb_buffer_set_language hb_buffer_set_language;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_length
fp_hb_buffer_set_length hb_buffer_set_length;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_message_func
fp_hb_buffer_set_message_func hb_buffer_set_message_func;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_replacement_codepoint
fp_hb_buffer_set_replacement_codepoint hb_buffer_set_replacement_codepoint;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_script
fp_hb_buffer_set_script hb_buffer_set_script;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_segment_properties
fp_hb_buffer_set_segment_properties hb_buffer_set_segment_properties;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_unicode_funcs
fp_hb_buffer_set_unicode_funcs hb_buffer_set_unicode_funcs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_buffer_set_user_data
fp_hb_buffer_set_user_data hb_buffer_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_segment_properties_equal
fp_hb_segment_properties_equal hb_segment_properties_equal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_segment_properties_hash
fp_hb_segment_properties_hash hb_segment_properties_hash;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

hb_buffer_t
struct hb_buffer_t
hb_glyph_info_t
struct hb_glyph_info_t
hb_glyph_position_t
struct hb_glyph_position_t
hb_segment_properties_t
struct hb_segment_properties_t

Meta