bindbc.hb.bind.set

Undocumented in source.

Members

Functions

hb_set_add
void hb_set_add(hb_set_t* set, hb_codepoint_t codepoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_add_range
void hb_set_add_range(hb_set_t* set, hb_codepoint_t first, hb_codepoint_t last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_allocation_successful
hb_bool_t hb_set_allocation_successful(const(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_set_clear
void hb_set_clear(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_set_create
hb_set_t* hb_set_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_del
void hb_set_del(hb_set_t* set, hb_codepoint_t codepoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_del_range
void hb_set_del_range(hb_set_t* set, hb_codepoint_t first, hb_codepoint_t last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_destroy
void hb_set_destroy(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_set_get_empty
hb_set_t* hb_set_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_set_get_max
hb_codepoint_t hb_set_get_max(const(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_set_get_min
hb_codepoint_t hb_set_get_min(const(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_set_get_population
uint hb_set_get_population(const(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_set_get_user_data
void* hb_set_get_user_data(hb_set_t* set, 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_set_has
hb_bool_t hb_set_has(const(hb_set_t)* set, hb_codepoint_t codepoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_intersect
void hb_set_intersect(hb_set_t* set, const(hb_set_t)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_is_empty
hb_bool_t hb_set_is_empty(const(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_set_is_equal
hb_bool_t hb_set_is_equal(const(hb_set_t)* set, const(hb_set_t)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_is_subset
hb_bool_t hb_set_is_subset(const(hb_set_t)* set, const(hb_set_t)* larger_set)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_next
hb_bool_t hb_set_next(const(hb_set_t)* set, hb_codepoint_t* codepoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_next_range
hb_bool_t hb_set_next_range(const(hb_set_t)* set, hb_codepoint_t* first, hb_codepoint_t* last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_previous
hb_bool_t hb_set_previous(const(hb_set_t)* set, hb_codepoint_t* codepoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_previous_range
hb_bool_t hb_set_previous_range(const(hb_set_t)* set, hb_codepoint_t* first, hb_codepoint_t* last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_reference
hb_set_t* hb_set_reference(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_set_set
void hb_set_set(hb_set_t* set, const(hb_set_t)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_set_user_data
hb_bool_t hb_set_set_user_data(hb_set_t* set, 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_set_subtract
void hb_set_subtract(hb_set_t* set, const(hb_set_t)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_symmetric_difference
void hb_set_symmetric_difference(hb_set_t* set, const(hb_set_t)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_union
void hb_set_union(hb_set_t* set, const(hb_set_t)* other)
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_SET_VALUE_INVALID
enum HB_SET_VALUE_INVALID;
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_set_add
fp_hb_set_add hb_set_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_add_range
fp_hb_set_add_range hb_set_add_range;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_allocation_successful
fp_hb_set_allocation_successful hb_set_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_set_clear
fp_hb_set_clear hb_set_clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_create
fp_hb_set_create hb_set_create;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_del
fp_hb_set_del hb_set_del;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_del_range
fp_hb_set_del_range hb_set_del_range;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_destroy
fp_hb_set_destroy hb_set_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_get_empty
fp_hb_set_get_empty hb_set_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_set_get_max
fp_hb_set_get_max hb_set_get_max;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_get_min
fp_hb_set_get_min hb_set_get_min;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_get_population
fp_hb_set_get_population hb_set_get_population;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_get_user_data
fp_hb_set_get_user_data hb_set_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_set_has
fp_hb_set_has hb_set_has;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_intersect
fp_hb_set_intersect hb_set_intersect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_is_empty
fp_hb_set_is_empty hb_set_is_empty;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_is_equal
fp_hb_set_is_equal hb_set_is_equal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_is_subset
fp_hb_set_is_subset hb_set_is_subset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_next
fp_hb_set_next hb_set_next;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_next_range
fp_hb_set_next_range hb_set_next_range;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_previous
fp_hb_set_previous hb_set_previous;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_previous_range
fp_hb_set_previous_range hb_set_previous_range;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_reference
fp_hb_set_reference hb_set_reference;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_set
fp_hb_set_set hb_set_set;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_set_user_data
fp_hb_set_set_user_data hb_set_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_set_subtract
fp_hb_set_subtract hb_set_subtract;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_symmetric_difference
fp_hb_set_symmetric_difference hb_set_symmetric_difference;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hb_set_union
fp_hb_set_union hb_set_union;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta