bindbc.hb.bind.face

Undocumented in source.

Members

Aliases

hb_reference_table_func_t
alias hb_reference_table_func_t = hb_blob_t* function(hb_face_t* face, hb_tag_t tag, 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_face_builder_add_table
hb_bool_t hb_face_builder_add_table(hb_face_t* face, hb_tag_t tag, hb_blob_t* blob)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_builder_create
hb_face_t* hb_face_builder_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_collect_unicodes
void hb_face_collect_unicodes(hb_face_t* face, hb_set_t* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_collect_variation_selectors
void hb_face_collect_variation_selectors(hb_face_t* face, hb_set_t* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_collect_variation_unicodes
void hb_face_collect_variation_unicodes(hb_face_t* face, hb_codepoint_t variation_selector, hb_set_t* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_count
uint hb_face_count(hb_blob_t* blob)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_create
hb_face_t* hb_face_create(hb_blob_t* blob, uint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_create_for_tables
hb_face_t* hb_face_create_for_tables(hb_reference_table_func_t reference_table_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_face_destroy
void hb_face_destroy(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_face_get_empty
hb_face_t* hb_face_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_face_get_glyph_count
uint hb_face_get_glyph_count(const(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_face_get_index
uint hb_face_get_index(const(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_face_get_table_tags
uint hb_face_get_table_tags(const(hb_face_t)* face, uint start_offset, uint* table_count, hb_tag_t* table_tags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_get_upem
uint hb_face_get_upem(const(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_face_get_user_data
void* hb_face_get_user_data(const(hb_face_t)* face, 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_face_is_immutable
hb_bool_t hb_face_is_immutable(const(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_face_make_immutable
void hb_face_make_immutable(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_face_reference
hb_face_t* hb_face_reference(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_face_reference_blob
hb_blob_t* hb_face_reference_blob(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_face_reference_table
hb_blob_t* hb_face_reference_table(const(hb_face_t)* face, 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_face_set_glyph_count
void hb_face_set_glyph_count(hb_face_t* face, uint glyph_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_set_index
void hb_face_set_index(hb_face_t* face, uint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_set_upem
void hb_face_set_upem(hb_face_t* face, uint upem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_set_user_data
hb_bool_t hb_face_set_user_data(hb_face_t* face, 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.

Static variables

hb_face_builder_add_table
fp_hb_face_builder_add_table hb_face_builder_add_table;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_builder_create
fp_hb_face_builder_create hb_face_builder_create;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_collect_unicodes
fp_hb_face_collect_unicodes hb_face_collect_unicodes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_collect_variation_selectors
fp_hb_face_collect_variation_selectors hb_face_collect_variation_selectors;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_collect_variation_unicodes
fp_hb_face_collect_variation_unicodes hb_face_collect_variation_unicodes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_count
fp_hb_face_count hb_face_count;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_create
fp_hb_face_create hb_face_create;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_create_for_tables
fp_hb_face_create_for_tables hb_face_create_for_tables;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_destroy
fp_hb_face_destroy hb_face_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_get_empty
fp_hb_face_get_empty hb_face_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_face_get_glyph_count
fp_hb_face_get_glyph_count hb_face_get_glyph_count;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_get_index
fp_hb_face_get_index hb_face_get_index;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_get_table_tags
fp_hb_face_get_table_tags hb_face_get_table_tags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_get_upem
fp_hb_face_get_upem hb_face_get_upem;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_get_user_data
fp_hb_face_get_user_data hb_face_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_face_is_immutable
fp_hb_face_is_immutable hb_face_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_face_make_immutable
fp_hb_face_make_immutable hb_face_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_face_reference
fp_hb_face_reference hb_face_reference;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_reference_blob
fp_hb_face_reference_blob hb_face_reference_blob;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_reference_table
fp_hb_face_reference_table hb_face_reference_table;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_set_glyph_count
fp_hb_face_set_glyph_count hb_face_set_glyph_count;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_set_index
fp_hb_face_set_index hb_face_set_index;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_set_upem
fp_hb_face_set_upem hb_face_set_upem;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_face_set_user_data
fp_hb_face_set_user_data hb_face_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.

Structs

hb_face_t
struct hb_face_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta