![]() |
GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
#include <utf8proc.h>
Public Attributes | |
| utf8proc_propval_t | category |
| utf8proc_propval_t | combining_class |
| utf8proc_propval_t | bidi_class |
| utf8proc_propval_t | decomp_type |
| const utf8proc_int32_t * | decomp_mapping |
| const utf8proc_int32_t * | casefold_mapping |
| utf8proc_int32_t | uppercase_mapping |
| utf8proc_int32_t | lowercase_mapping |
| utf8proc_int32_t | titlecase_mapping |
| utf8proc_int32_t | comb1st_index |
| utf8proc_int32_t | comb2nd_index |
| unsigned | bidi_mirrored:1 |
| unsigned | comp_exclusion:1 |
| unsigned | ignorable:1 |
| unsigned | control_boundary:1 |
| unsigned | boundclass:4 |
| unsigned | charwidth:2 |
Struct containing information about a codepoint.
| utf8proc_propval_t utf8proc_property_struct::bidi_class |
Bidirectional class.
| unsigned utf8proc_property_struct::boundclass |
Boundclass.
| utf8proc_propval_t utf8proc_property_struct::category |
Unicode category.
| unsigned utf8proc_property_struct::charwidth |
The width of the codepoint.
| utf8proc_propval_t utf8proc_property_struct::decomp_type |
| unsigned utf8proc_property_struct::ignorable |
Can this codepoint be ignored?
Used by utf8proc_decompose_char when UTF8PROC_IGNORE is passed as an option.