|
|
|
@ -405,6 +405,8 @@ hb_unicode_funcs_set_decompose_compatibility_func (hb_unicode_funcs_t *ufuncs, |
|
|
|
|
/* accessors */ |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* hb_unicode_combining_class: |
|
|
|
|
* |
|
|
|
|
* Since: 0.9.2 |
|
|
|
|
**/ |
|
|
|
|
HB_EXTERN hb_unicode_combining_class_t |
|
|
|
@ -412,6 +414,8 @@ hb_unicode_combining_class (hb_unicode_funcs_t *ufuncs, |
|
|
|
|
hb_codepoint_t unicode); |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* hb_unicode_eastasian_width: |
|
|
|
|
* |
|
|
|
|
* Since: 0.9.2 |
|
|
|
|
**/ |
|
|
|
|
HB_EXTERN unsigned int |
|
|
|
@ -419,6 +423,8 @@ hb_unicode_eastasian_width (hb_unicode_funcs_t *ufuncs, |
|
|
|
|
hb_codepoint_t unicode); |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* hb_unicode_general_category: |
|
|
|
|
* |
|
|
|
|
* Since: 0.9.2 |
|
|
|
|
**/ |
|
|
|
|
HB_EXTERN hb_unicode_general_category_t |
|
|
|
@ -426,6 +432,8 @@ hb_unicode_general_category (hb_unicode_funcs_t *ufuncs, |
|
|
|
|
hb_codepoint_t unicode); |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* hb_unicode_mirroring: |
|
|
|
|
* |
|
|
|
|
* Since: 0.9.2 |
|
|
|
|
**/ |
|
|
|
|
HB_EXTERN hb_codepoint_t |
|
|
|
@ -433,6 +441,8 @@ hb_unicode_mirroring (hb_unicode_funcs_t *ufuncs, |
|
|
|
|
hb_codepoint_t unicode); |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* hb_unicode_script: |
|
|
|
|
* |
|
|
|
|
* Since: 0.9.2 |
|
|
|
|
**/ |
|
|
|
|
HB_EXTERN hb_script_t |
|
|
|
@ -440,6 +450,8 @@ hb_unicode_script (hb_unicode_funcs_t *ufuncs, |
|
|
|
|
hb_codepoint_t unicode); |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* hb_unicode_compose: |
|
|
|
|
* |
|
|
|
|
* Since: 0.9.2 |
|
|
|
|
**/ |
|
|
|
|
HB_EXTERN hb_bool_t |
|
|
|
@ -449,6 +461,8 @@ hb_unicode_compose (hb_unicode_funcs_t *ufuncs, |
|
|
|
|
hb_codepoint_t *ab); |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* hb_unicode_decompose: |
|
|
|
|
* |
|
|
|
|
* Since: 0.9.2 |
|
|
|
|
**/ |
|
|
|
|
HB_EXTERN hb_bool_t |
|
|
|
@ -458,6 +472,8 @@ hb_unicode_decompose (hb_unicode_funcs_t *ufuncs, |
|
|
|
|
hb_codepoint_t *b); |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* hb_unicode_decompose_compatibility: |
|
|
|
|
* |
|
|
|
|
* Since: 0.9.2 |
|
|
|
|
**/ |
|
|
|
|
HB_EXTERN unsigned int |
|
|
|
|