Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
hb-unicode.h
Go to the documentation of this file.
1/*
2 * Copyright © 2009 Red Hat, Inc.
3 * Copyright © 2011 Codethink Limited
4 * Copyright © 2011,2012 Google, Inc.
5 *
6 * This is part of HarfBuzz, a text shaping library.
7 *
8 * Permission is hereby granted, without written agreement and without
9 * license or royalty fees, to use, copy, modify, and distribute this
10 * software and its documentation for any purpose, provided that the
11 * above copyright notice and the following two paragraphs appear in
12 * all copies of this software.
13 *
14 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
15 * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
16 * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
17 * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
18 * DAMAGE.
19 *
20 * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
21 * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
22 * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
23 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
24 * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
25 *
26 * Red Hat Author(s): Behdad Esfahbod
27 * Codethink Author(s): Ryan Lortie
28 * Google Author(s): Behdad Esfahbod
29 */
30
31#if !defined(HB_H_IN) && !defined(HB_NO_SINGLE_HEADER_ERROR)
32#error "Include <hb.h> instead."
33#endif
34
35#ifndef HB_UNICODE_H
36#define HB_UNICODE_H
37
38#include "hb-common.h"
39
41
42
43/**
44 * HB_UNICODE_MAX:
45 *
46 * Maximum valid Unicode code point.
47 *
48 * Since: 1.9.0
49 **/
50#define HB_UNICODE_MAX 0x10FFFFu
51
52
53/**
54 * hb_unicode_general_category_t:
55 * @HB_UNICODE_GENERAL_CATEGORY_CONTROL: [Cc]
56 * @HB_UNICODE_GENERAL_CATEGORY_FORMAT: [Cf]
57 * @HB_UNICODE_GENERAL_CATEGORY_UNASSIGNED: [Cn]
58 * @HB_UNICODE_GENERAL_CATEGORY_PRIVATE_USE: [Co]
59 * @HB_UNICODE_GENERAL_CATEGORY_SURROGATE: [Cs]
60 * @HB_UNICODE_GENERAL_CATEGORY_LOWERCASE_LETTER: [Ll]
61 * @HB_UNICODE_GENERAL_CATEGORY_MODIFIER_LETTER: [Lm]
62 * @HB_UNICODE_GENERAL_CATEGORY_OTHER_LETTER: [Lo]
63 * @HB_UNICODE_GENERAL_CATEGORY_TITLECASE_LETTER: [Lt]
64 * @HB_UNICODE_GENERAL_CATEGORY_UPPERCASE_LETTER: [Lu]
65 * @HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK: [Mc]
66 * @HB_UNICODE_GENERAL_CATEGORY_ENCLOSING_MARK: [Me]
67 * @HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK: [Mn]
68 * @HB_UNICODE_GENERAL_CATEGORY_DECIMAL_NUMBER: [Nd]
69 * @HB_UNICODE_GENERAL_CATEGORY_LETTER_NUMBER: [Nl]
70 * @HB_UNICODE_GENERAL_CATEGORY_OTHER_NUMBER: [No]
71 * @HB_UNICODE_GENERAL_CATEGORY_CONNECT_PUNCTUATION: [Pc]
72 * @HB_UNICODE_GENERAL_CATEGORY_DASH_PUNCTUATION: [Pd]
73 * @HB_UNICODE_GENERAL_CATEGORY_CLOSE_PUNCTUATION: [Pe]
74 * @HB_UNICODE_GENERAL_CATEGORY_FINAL_PUNCTUATION: [Pf]
75 * @HB_UNICODE_GENERAL_CATEGORY_INITIAL_PUNCTUATION: [Pi]
76 * @HB_UNICODE_GENERAL_CATEGORY_OTHER_PUNCTUATION: [Po]
77 * @HB_UNICODE_GENERAL_CATEGORY_OPEN_PUNCTUATION: [Ps]
78 * @HB_UNICODE_GENERAL_CATEGORY_CURRENCY_SYMBOL: [Sc]
79 * @HB_UNICODE_GENERAL_CATEGORY_MODIFIER_SYMBOL: [Sk]
80 * @HB_UNICODE_GENERAL_CATEGORY_MATH_SYMBOL: [Sm]
81 * @HB_UNICODE_GENERAL_CATEGORY_OTHER_SYMBOL: [So]
82 * @HB_UNICODE_GENERAL_CATEGORY_LINE_SEPARATOR: [Zl]
83 * @HB_UNICODE_GENERAL_CATEGORY_PARAGRAPH_SEPARATOR: [Zp]
84 * @HB_UNICODE_GENERAL_CATEGORY_SPACE_SEPARATOR: [Zs]
85 *
86 * Data type for the "General_Category" (gc) property from
87 * the Unicode Character Database.
88 **/
89
90/* Unicode Character Database property: General_Category (gc) */
91typedef enum
92{
124
125/**
126 * hb_unicode_combining_class_t:
127 * @HB_UNICODE_COMBINING_CLASS_NOT_REORDERED: Spacing and enclosing marks; also many vowel and consonant signs, even if nonspacing
128 * @HB_UNICODE_COMBINING_CLASS_OVERLAY: Marks which overlay a base letter or symbol
129 * @HB_UNICODE_COMBINING_CLASS_NUKTA: Diacritic nukta marks in Brahmi-derived scripts
130 * @HB_UNICODE_COMBINING_CLASS_KANA_VOICING: Hiragana/Katakana voicing marks
131 * @HB_UNICODE_COMBINING_CLASS_VIRAMA: Viramas
132 * @HB_UNICODE_COMBINING_CLASS_CCC10: [Hebrew]
133 * @HB_UNICODE_COMBINING_CLASS_CCC11: [Hebrew]
134 * @HB_UNICODE_COMBINING_CLASS_CCC12: [Hebrew]
135 * @HB_UNICODE_COMBINING_CLASS_CCC13: [Hebrew]
136 * @HB_UNICODE_COMBINING_CLASS_CCC14: [Hebrew]
137 * @HB_UNICODE_COMBINING_CLASS_CCC15: [Hebrew]
138 * @HB_UNICODE_COMBINING_CLASS_CCC16: [Hebrew]
139 * @HB_UNICODE_COMBINING_CLASS_CCC17: [Hebrew]
140 * @HB_UNICODE_COMBINING_CLASS_CCC18: [Hebrew]
141 * @HB_UNICODE_COMBINING_CLASS_CCC19: [Hebrew]
142 * @HB_UNICODE_COMBINING_CLASS_CCC20: [Hebrew]
143 * @HB_UNICODE_COMBINING_CLASS_CCC21: [Hebrew]
144 * @HB_UNICODE_COMBINING_CLASS_CCC22: [Hebrew]
145 * @HB_UNICODE_COMBINING_CLASS_CCC23: [Hebrew]
146 * @HB_UNICODE_COMBINING_CLASS_CCC24: [Hebrew]
147 * @HB_UNICODE_COMBINING_CLASS_CCC25: [Hebrew]
148 * @HB_UNICODE_COMBINING_CLASS_CCC26: [Hebrew]
149 * @HB_UNICODE_COMBINING_CLASS_CCC27: [Arabic]
150 * @HB_UNICODE_COMBINING_CLASS_CCC28: [Arabic]
151 * @HB_UNICODE_COMBINING_CLASS_CCC29: [Arabic]
152 * @HB_UNICODE_COMBINING_CLASS_CCC30: [Arabic]
153 * @HB_UNICODE_COMBINING_CLASS_CCC31: [Arabic]
154 * @HB_UNICODE_COMBINING_CLASS_CCC32: [Arabic]
155 * @HB_UNICODE_COMBINING_CLASS_CCC33: [Arabic]
156 * @HB_UNICODE_COMBINING_CLASS_CCC34: [Arabic]
157 * @HB_UNICODE_COMBINING_CLASS_CCC35: [Arabic]
158 * @HB_UNICODE_COMBINING_CLASS_CCC36: [Syriac]
159 * @HB_UNICODE_COMBINING_CLASS_CCC84: [Telugu]
160 * @HB_UNICODE_COMBINING_CLASS_CCC91: [Telugu]
161 * @HB_UNICODE_COMBINING_CLASS_CCC103: [Thai]
162 * @HB_UNICODE_COMBINING_CLASS_CCC107: [Thai]
163 * @HB_UNICODE_COMBINING_CLASS_CCC118: [Lao]
164 * @HB_UNICODE_COMBINING_CLASS_CCC122: [Lao]
165 * @HB_UNICODE_COMBINING_CLASS_CCC129: [Tibetan]
166 * @HB_UNICODE_COMBINING_CLASS_CCC130: [Tibetan]
167 * @HB_UNICODE_COMBINING_CLASS_CCC132: [Tibetan] Since: 7.2.0
168 * @HB_UNICODE_COMBINING_CLASS_ATTACHED_BELOW_LEFT: Marks attached at the bottom left
169 * @HB_UNICODE_COMBINING_CLASS_ATTACHED_BELOW: Marks attached directly below
170 * @HB_UNICODE_COMBINING_CLASS_ATTACHED_ABOVE: Marks attached directly above
171 * @HB_UNICODE_COMBINING_CLASS_ATTACHED_ABOVE_RIGHT: Marks attached at the top right
172 * @HB_UNICODE_COMBINING_CLASS_BELOW_LEFT: Distinct marks at the bottom left
173 * @HB_UNICODE_COMBINING_CLASS_BELOW: Distinct marks directly below
174 * @HB_UNICODE_COMBINING_CLASS_BELOW_RIGHT: Distinct marks at the bottom right
175 * @HB_UNICODE_COMBINING_CLASS_LEFT: Distinct marks to the left
176 * @HB_UNICODE_COMBINING_CLASS_RIGHT: Distinct marks to the right
177 * @HB_UNICODE_COMBINING_CLASS_ABOVE_LEFT: Distinct marks at the top left
178 * @HB_UNICODE_COMBINING_CLASS_ABOVE: Distinct marks directly above
179 * @HB_UNICODE_COMBINING_CLASS_ABOVE_RIGHT: Distinct marks at the top right
180 * @HB_UNICODE_COMBINING_CLASS_DOUBLE_BELOW: Distinct marks subtending two bases
181 * @HB_UNICODE_COMBINING_CLASS_DOUBLE_ABOVE: Distinct marks extending above two bases
182 * @HB_UNICODE_COMBINING_CLASS_IOTA_SUBSCRIPT: Greek iota subscript only
183 * @HB_UNICODE_COMBINING_CLASS_INVALID: Invalid combining class
184 *
185 * Data type for the Canonical_Combining_Class (ccc) property
186 * from the Unicode Character Database.
187 *
188 * <note>Note: newer versions of Unicode may add new values.
189 * Client programs should be ready to handle any value in the 0..254 range
190 * being returned from hb_unicode_combining_class().</note>
191 *
192 **/
193typedef enum
194{
200
201 /* Hebrew */
219
220 /* Arabic */
230
231 /* Syriac */
233
234 /* Telugu */
237
238 /* Thai */
241
242 /* Lao */
245
246 /* Tibetan */
250
251
266
268
271
272
273/*
274 * hb_unicode_funcs_t
275 */
276
277/**
278 * hb_unicode_funcs_t:
279 *
280 * Data type containing a set of virtual methods used for
281 * accessing various Unicode character properties.
282 *
283 * HarfBuzz provides a default function for each of the
284 * methods in #hb_unicode_funcs_t. Client programs can implement
285 * their own replacements for the individual Unicode functions, as
286 * needed, and replace the default by calling the setter for a
287 * method.
288 **/
290
291
292/*
293 * just give me the best implementation you've got there.
294 */
297
298
301
304
307
308HB_EXTERN void
310
314 void * data,
315 hb_destroy_func_t destroy,
316 hb_bool_t replace);
317
318
319HB_EXTERN void *
321 hb_user_data_key_t *key);
322
323
324HB_EXTERN void
326
329
332
333
334/*
335 * funcs
336 */
337
338/* typedefs */
339
340/**
341 * hb_unicode_combining_class_func_t:
342 * @ufuncs: A Unicode-functions structure
343 * @unicode: The code point to query
344 * @user_data: User data pointer passed by the caller
345 *
346 * A virtual method for the #hb_unicode_funcs_t structure.
347 *
348 * This method should retrieve the Canonical Combining Class (ccc)
349 * property for a specified Unicode code point.
350 *
351 * Return value: The #hb_unicode_combining_class_t of @unicode
352 *
353 **/
355 hb_codepoint_t unicode,
356 void *user_data);
357
358/**
359 * hb_unicode_general_category_func_t:
360 * @ufuncs: A Unicode-functions structure
361 * @unicode: The code point to query
362 * @user_data: User data pointer passed by the caller
363 *
364 * A virtual method for the #hb_unicode_funcs_t structure.
365 *
366 * This method should retrieve the General Category property for
367 * a specified Unicode code point.
368 *
369 * Return value: The #hb_unicode_general_category_t of @unicode
370 *
371 **/
373 hb_codepoint_t unicode,
374 void *user_data);
375
376/**
377 * hb_unicode_mirroring_func_t:
378 * @ufuncs: A Unicode-functions structure
379 * @unicode: The code point to query
380 * @user_data: User data pointer passed by the caller
381 *
382 * A virtual method for the #hb_unicode_funcs_t structure.
383 *
384 * This method should retrieve the Bi-Directional Mirroring Glyph
385 * code point for a specified Unicode code point.
386 *
387 * <note>Note: If a code point does not have a specified
388 * Bi-Directional Mirroring Glyph defined, the method should
389 * return the original code point.</note>
390 *
391 * Return value: The #hb_codepoint_t of the Mirroring Glyph for @unicode
392 *
393 **/
395 hb_codepoint_t unicode,
396 void *user_data);
397
398/**
399 * hb_unicode_script_func_t:
400 * @ufuncs: A Unicode-functions structure
401 * @unicode: The code point to query
402 * @user_data: User data pointer passed by the caller
403 *
404 * A virtual method for the #hb_unicode_funcs_t structure.
405 *
406 * This method should retrieve the Script property for a
407 * specified Unicode code point.
408 *
409 * Return value: The #hb_script_t of @unicode
410 *
411 **/
413 hb_codepoint_t unicode,
414 void *user_data);
415
416/**
417 * hb_unicode_compose_func_t:
418 * @ufuncs: A Unicode-functions structure
419 * @a: The first code point to compose
420 * @b: The second code point to compose
421 * @ab: (out): The composed code point
422 * @user_data: user data pointer passed by the caller
423 *
424 * A virtual method for the #hb_unicode_funcs_t structure.
425 *
426 * This method should compose a sequence of two input Unicode code
427 * points by canonical equivalence, returning the composed code
428 * point in a #hb_codepoint_t output parameter (if successful).
429 * The method must return an #hb_bool_t indicating the success
430 * of the composition.
431 *
432 * Return value: `true` is @a,@b composed, `false` otherwise
433 *
434 **/
438 hb_codepoint_t *ab,
439 void *user_data);
440
441/**
442 * hb_unicode_decompose_func_t:
443 * @ufuncs: A Unicode-functions structure
444 * @ab: The code point to decompose
445 * @a: (out): The first decomposed code point
446 * @b: (out): The second decomposed code point
447 * @user_data: user data pointer passed by the caller
448 *
449 * A virtual method for the #hb_unicode_funcs_t structure.
450 *
451 * This method should decompose an input Unicode code point,
452 * returning the two decomposed code points in #hb_codepoint_t
453 * output parameters (if successful). The method must return an
454 * #hb_bool_t indicating the success of the composition.
455 *
456 * Return value: `true` if @ab decomposed, `false` otherwise
457 *
458 **/
463 void *user_data);
464
465/* func setters */
466
467/**
468 * hb_unicode_funcs_set_combining_class_func:
469 * @ufuncs: A Unicode-functions structure
470 * @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign
471 * @user_data: Data to pass to @func
472 * @destroy: (nullable): The function to call when @user_data is not needed anymore
473 *
474 * Sets the implementation function for #hb_unicode_combining_class_func_t.
475 *
476 * Since: 0.9.2
477 **/
478HB_EXTERN void
481 void *user_data, hb_destroy_func_t destroy);
482
483/**
484 * hb_unicode_funcs_set_general_category_func:
485 * @ufuncs: A Unicode-functions structure
486 * @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign
487 * @user_data: Data to pass to @func
488 * @destroy: (nullable): The function to call when @user_data is not needed anymore
489 *
490 * Sets the implementation function for #hb_unicode_general_category_func_t.
491 *
492 * Since: 0.9.2
493 **/
494HB_EXTERN void
497 void *user_data, hb_destroy_func_t destroy);
498
499/**
500 * hb_unicode_funcs_set_mirroring_func:
501 * @ufuncs: A Unicode-functions structure
502 * @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign
503 * @user_data: Data to pass to @func
504 * @destroy: (nullable): The function to call when @user_data is not needed anymore
505 *
506 * Sets the implementation function for #hb_unicode_mirroring_func_t.
507 *
508 * Since: 0.9.2
509 **/
510HB_EXTERN void
513 void *user_data, hb_destroy_func_t destroy);
514
515/**
516 * hb_unicode_funcs_set_script_func:
517 * @ufuncs: A Unicode-functions structure
518 * @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign
519 * @user_data: Data to pass to @func
520 * @destroy: (nullable): The function to call when @user_data is not needed anymore
521 *
522 * Sets the implementation function for #hb_unicode_script_func_t.
523 *
524 * Since: 0.9.2
525 **/
526HB_EXTERN void
529 void *user_data, hb_destroy_func_t destroy);
530
531/**
532 * hb_unicode_funcs_set_compose_func:
533 * @ufuncs: A Unicode-functions structure
534 * @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign
535 * @user_data: Data to pass to @func
536 * @destroy: (nullable): The function to call when @user_data is not needed anymore
537 *
538 * Sets the implementation function for #hb_unicode_compose_func_t.
539 *
540 * Since: 0.9.2
541 **/
542HB_EXTERN void
545 void *user_data, hb_destroy_func_t destroy);
546
547/**
548 * hb_unicode_funcs_set_decompose_func:
549 * @ufuncs: A Unicode-functions structure
550 * @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign
551 * @user_data: Data to pass to @func
552 * @destroy: (nullable): The function to call when @user_data is not needed anymore
553 *
554 * Sets the implementation function for #hb_unicode_decompose_func_t.
555 *
556 * Since: 0.9.2
557 **/
558HB_EXTERN void
561 void *user_data, hb_destroy_func_t destroy);
562
563/* accessors */
564
565/**
566 * hb_unicode_combining_class:
567 * @ufuncs: The Unicode-functions structure
568 * @unicode: The code point to query
569 *
570 * Retrieves the Canonical Combining Class (ccc) property
571 * of code point @unicode.
572 *
573 * Return value: The #hb_unicode_combining_class_t of @unicode
574 *
575 * Since: 0.9.2
576 **/
579 hb_codepoint_t unicode);
580
581/**
582 * hb_unicode_general_category:
583 * @ufuncs: The Unicode-functions structure
584 * @unicode: The code point to query
585 *
586 * Retrieves the General Category (gc) property
587 * of code point @unicode.
588 *
589 * Return value: The #hb_unicode_general_category_t of @unicode
590 *
591 * Since: 0.9.2
592 **/
595 hb_codepoint_t unicode);
596
597/**
598 * hb_unicode_mirroring:
599 * @ufuncs: The Unicode-functions structure
600 * @unicode: The code point to query
601 *
602 * Retrieves the Bi-directional Mirroring Glyph code
603 * point defined for code point @unicode.
604 *
605 * Return value: The #hb_codepoint_t of the Mirroring Glyph for @unicode
606 *
607 * Since: 0.9.2
608 **/
611 hb_codepoint_t unicode);
612
613/**
614 * hb_unicode_script:
615 * @ufuncs: The Unicode-functions structure
616 * @unicode: The code point to query
617 *
618 * Retrieves the #hb_script_t script to which code
619 * point @unicode belongs.
620 *
621 * Return value: The #hb_script_t of @unicode
622 *
623 * Since: 0.9.2
624 **/
627 hb_codepoint_t unicode);
628
633 hb_codepoint_t *ab);
634
639 hb_codepoint_t *b);
640
642
643#endif /* HB_UNICODE_H */
void(* hb_destroy_func_t)(void *user_data)
Definition hb-common.h:807
HB_BEGIN_DECLS typedef int hb_bool_t
Definition hb-common.h:94
uint32_t hb_codepoint_t
Definition hb-common.h:103
hb_script_t
Definition hb-common.h:525
#define HB_BEGIN_DECLS
Definition hb-common.h:45
#define HB_END_DECLS
Definition hb-common.h:46
#define HB_EXTERN
Definition hb-common.h:37
hb_unicode_combining_class_t
Definition hb-unicode.h:194
@ HB_UNICODE_COMBINING_CLASS_RIGHT
Definition hb-unicode.h:260
@ HB_UNICODE_COMBINING_CLASS_CCC17
Definition hb-unicode.h:209
@ HB_UNICODE_COMBINING_CLASS_NUKTA
Definition hb-unicode.h:197
@ HB_UNICODE_COMBINING_CLASS_CCC122
Definition hb-unicode.h:244
@ HB_UNICODE_COMBINING_CLASS_BELOW
Definition hb-unicode.h:257
@ HB_UNICODE_COMBINING_CLASS_ABOVE
Definition hb-unicode.h:262
@ HB_UNICODE_COMBINING_CLASS_ATTACHED_BELOW_LEFT
Definition hb-unicode.h:252
@ HB_UNICODE_COMBINING_CLASS_CCC29
Definition hb-unicode.h:223
@ HB_UNICODE_COMBINING_CLASS_CCC10
Definition hb-unicode.h:202
@ HB_UNICODE_COMBINING_CLASS_CCC118
Definition hb-unicode.h:243
@ HB_UNICODE_COMBINING_CLASS_CCC24
Definition hb-unicode.h:216
@ HB_UNICODE_COMBINING_CLASS_CCC130
Definition hb-unicode.h:248
@ HB_UNICODE_COMBINING_CLASS_CCC20
Definition hb-unicode.h:212
@ HB_UNICODE_COMBINING_CLASS_ATTACHED_ABOVE
Definition hb-unicode.h:254
@ HB_UNICODE_COMBINING_CLASS_CCC32
Definition hb-unicode.h:226
@ HB_UNICODE_COMBINING_CLASS_CCC30
Definition hb-unicode.h:224
@ HB_UNICODE_COMBINING_CLASS_CCC18
Definition hb-unicode.h:210
@ HB_UNICODE_COMBINING_CLASS_CCC23
Definition hb-unicode.h:215
@ HB_UNICODE_COMBINING_CLASS_ATTACHED_BELOW
Definition hb-unicode.h:253
@ HB_UNICODE_COMBINING_CLASS_CCC21
Definition hb-unicode.h:213
@ HB_UNICODE_COMBINING_CLASS_INVALID
Definition hb-unicode.h:269
@ HB_UNICODE_COMBINING_CLASS_DOUBLE_BELOW
Definition hb-unicode.h:264
@ HB_UNICODE_COMBINING_CLASS_CCC12
Definition hb-unicode.h:204
@ HB_UNICODE_COMBINING_CLASS_OVERLAY
Definition hb-unicode.h:196
@ HB_UNICODE_COMBINING_CLASS_CCC129
Definition hb-unicode.h:247
@ HB_UNICODE_COMBINING_CLASS_CCC14
Definition hb-unicode.h:206
@ HB_UNICODE_COMBINING_CLASS_IOTA_SUBSCRIPT
Definition hb-unicode.h:267
@ HB_UNICODE_COMBINING_CLASS_CCC28
Definition hb-unicode.h:222
@ HB_UNICODE_COMBINING_CLASS_CCC132
Definition hb-unicode.h:249
@ HB_UNICODE_COMBINING_CLASS_CCC22
Definition hb-unicode.h:214
@ HB_UNICODE_COMBINING_CLASS_KANA_VOICING
Definition hb-unicode.h:198
@ HB_UNICODE_COMBINING_CLASS_CCC84
Definition hb-unicode.h:235
@ HB_UNICODE_COMBINING_CLASS_CCC27
Definition hb-unicode.h:221
@ HB_UNICODE_COMBINING_CLASS_BELOW_RIGHT
Definition hb-unicode.h:258
@ HB_UNICODE_COMBINING_CLASS_CCC33
Definition hb-unicode.h:227
@ HB_UNICODE_COMBINING_CLASS_VIRAMA
Definition hb-unicode.h:199
@ HB_UNICODE_COMBINING_CLASS_LEFT
Definition hb-unicode.h:259
@ HB_UNICODE_COMBINING_CLASS_CCC16
Definition hb-unicode.h:208
@ HB_UNICODE_COMBINING_CLASS_CCC36
Definition hb-unicode.h:232
@ HB_UNICODE_COMBINING_CLASS_CCC26
Definition hb-unicode.h:218
@ HB_UNICODE_COMBINING_CLASS_CCC103
Definition hb-unicode.h:239
@ HB_UNICODE_COMBINING_CLASS_CCC34
Definition hb-unicode.h:228
@ HB_UNICODE_COMBINING_CLASS_CCC31
Definition hb-unicode.h:225
@ HB_UNICODE_COMBINING_CLASS_CCC15
Definition hb-unicode.h:207
@ HB_UNICODE_COMBINING_CLASS_BELOW_LEFT
Definition hb-unicode.h:256
@ HB_UNICODE_COMBINING_CLASS_NOT_REORDERED
Definition hb-unicode.h:195
@ HB_UNICODE_COMBINING_CLASS_CCC19
Definition hb-unicode.h:211
@ HB_UNICODE_COMBINING_CLASS_CCC11
Definition hb-unicode.h:203
@ HB_UNICODE_COMBINING_CLASS_CCC35
Definition hb-unicode.h:229
@ HB_UNICODE_COMBINING_CLASS_ABOVE_RIGHT
Definition hb-unicode.h:263
@ HB_UNICODE_COMBINING_CLASS_CCC107
Definition hb-unicode.h:240
@ HB_UNICODE_COMBINING_CLASS_CCC91
Definition hb-unicode.h:236
@ HB_UNICODE_COMBINING_CLASS_ABOVE_LEFT
Definition hb-unicode.h:261
@ HB_UNICODE_COMBINING_CLASS_ATTACHED_ABOVE_RIGHT
Definition hb-unicode.h:255
@ HB_UNICODE_COMBINING_CLASS_CCC25
Definition hb-unicode.h:217
@ HB_UNICODE_COMBINING_CLASS_CCC13
Definition hb-unicode.h:205
@ HB_UNICODE_COMBINING_CLASS_DOUBLE_ABOVE
Definition hb-unicode.h:265
HB_EXTERN hb_unicode_funcs_t * hb_unicode_funcs_create(hb_unicode_funcs_t *parent)
HB_EXTERN void hb_unicode_funcs_set_general_category_func(hb_unicode_funcs_t *ufuncs, hb_unicode_general_category_func_t func, void *user_data, hb_destroy_func_t destroy)
HB_EXTERN void hb_unicode_funcs_set_combining_class_func(hb_unicode_funcs_t *ufuncs, hb_unicode_combining_class_func_t func, void *user_data, hb_destroy_func_t destroy)
HB_EXTERN void hb_unicode_funcs_set_compose_func(hb_unicode_funcs_t *ufuncs, hb_unicode_compose_func_t func, void *user_data, hb_destroy_func_t destroy)
HB_EXTERN void * hb_unicode_funcs_get_user_data(const hb_unicode_funcs_t *ufuncs, hb_user_data_key_t *key)
HB_EXTERN void hb_unicode_funcs_set_mirroring_func(hb_unicode_funcs_t *ufuncs, hb_unicode_mirroring_func_t func, void *user_data, hb_destroy_func_t destroy)
HB_EXTERN hb_bool_t hb_unicode_decompose(hb_unicode_funcs_t *ufuncs, hb_codepoint_t ab, hb_codepoint_t *a, hb_codepoint_t *b)
HB_EXTERN void hb_unicode_funcs_destroy(hb_unicode_funcs_t *ufuncs)
HB_EXTERN hb_bool_t hb_unicode_compose(hb_unicode_funcs_t *ufuncs, hb_codepoint_t a, hb_codepoint_t b, hb_codepoint_t *ab)
HB_EXTERN hb_unicode_combining_class_t hb_unicode_combining_class(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode)
hb_bool_t(* hb_unicode_compose_func_t)(hb_unicode_funcs_t *ufuncs, hb_codepoint_t a, hb_codepoint_t b, hb_codepoint_t *ab, void *user_data)
Definition hb-unicode.h:435
struct hb_unicode_funcs_t hb_unicode_funcs_t
Definition hb-unicode.h:289
hb_codepoint_t(* hb_unicode_mirroring_func_t)(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data)
Definition hb-unicode.h:394
HB_EXTERN hb_unicode_funcs_t * hb_unicode_funcs_get_empty(void)
HB_EXTERN void hb_unicode_funcs_set_script_func(hb_unicode_funcs_t *ufuncs, hb_unicode_script_func_t func, void *user_data, hb_destroy_func_t destroy)
HB_EXTERN hb_unicode_general_category_t hb_unicode_general_category(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode)
hb_unicode_general_category_t(* hb_unicode_general_category_func_t)(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data)
Definition hb-unicode.h:372
HB_EXTERN void hb_unicode_funcs_make_immutable(hb_unicode_funcs_t *ufuncs)
HB_EXTERN hb_script_t hb_unicode_script(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode)
HB_EXTERN hb_unicode_funcs_t * hb_unicode_funcs_reference(hb_unicode_funcs_t *ufuncs)
HB_EXTERN hb_codepoint_t hb_unicode_mirroring(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode)
hb_unicode_combining_class_t(* hb_unicode_combining_class_func_t)(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data)
Definition hb-unicode.h:354
hb_bool_t(* hb_unicode_decompose_func_t)(hb_unicode_funcs_t *ufuncs, hb_codepoint_t ab, hb_codepoint_t *a, hb_codepoint_t *b, void *user_data)
Definition hb-unicode.h:459
hb_unicode_general_category_t
Definition hb-unicode.h:92
@ HB_UNICODE_GENERAL_CATEGORY_SPACE_SEPARATOR
Definition hb-unicode.h:122
@ HB_UNICODE_GENERAL_CATEGORY_OTHER_SYMBOL
Definition hb-unicode.h:119
@ HB_UNICODE_GENERAL_CATEGORY_CONTROL
Definition hb-unicode.h:93
@ HB_UNICODE_GENERAL_CATEGORY_FORMAT
Definition hb-unicode.h:94
@ HB_UNICODE_GENERAL_CATEGORY_DECIMAL_NUMBER
Definition hb-unicode.h:106
@ HB_UNICODE_GENERAL_CATEGORY_OPEN_PUNCTUATION
Definition hb-unicode.h:115
@ HB_UNICODE_GENERAL_CATEGORY_UNASSIGNED
Definition hb-unicode.h:95
@ HB_UNICODE_GENERAL_CATEGORY_PARAGRAPH_SEPARATOR
Definition hb-unicode.h:121
@ HB_UNICODE_GENERAL_CATEGORY_DASH_PUNCTUATION
Definition hb-unicode.h:110
@ HB_UNICODE_GENERAL_CATEGORY_MODIFIER_LETTER
Definition hb-unicode.h:99
@ HB_UNICODE_GENERAL_CATEGORY_OTHER_NUMBER
Definition hb-unicode.h:108
@ HB_UNICODE_GENERAL_CATEGORY_CLOSE_PUNCTUATION
Definition hb-unicode.h:111
@ HB_UNICODE_GENERAL_CATEGORY_OTHER_LETTER
Definition hb-unicode.h:100
@ HB_UNICODE_GENERAL_CATEGORY_INITIAL_PUNCTUATION
Definition hb-unicode.h:113
@ HB_UNICODE_GENERAL_CATEGORY_OTHER_PUNCTUATION
Definition hb-unicode.h:114
@ HB_UNICODE_GENERAL_CATEGORY_PRIVATE_USE
Definition hb-unicode.h:96
@ HB_UNICODE_GENERAL_CATEGORY_UPPERCASE_LETTER
Definition hb-unicode.h:102
@ HB_UNICODE_GENERAL_CATEGORY_CURRENCY_SYMBOL
Definition hb-unicode.h:116
@ HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK
Definition hb-unicode.h:105
@ HB_UNICODE_GENERAL_CATEGORY_ENCLOSING_MARK
Definition hb-unicode.h:104
@ HB_UNICODE_GENERAL_CATEGORY_MATH_SYMBOL
Definition hb-unicode.h:118
@ HB_UNICODE_GENERAL_CATEGORY_SURROGATE
Definition hb-unicode.h:97
@ HB_UNICODE_GENERAL_CATEGORY_LETTER_NUMBER
Definition hb-unicode.h:107
@ HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK
Definition hb-unicode.h:103
@ HB_UNICODE_GENERAL_CATEGORY_LINE_SEPARATOR
Definition hb-unicode.h:120
@ HB_UNICODE_GENERAL_CATEGORY_MODIFIER_SYMBOL
Definition hb-unicode.h:117
@ HB_UNICODE_GENERAL_CATEGORY_TITLECASE_LETTER
Definition hb-unicode.h:101
@ HB_UNICODE_GENERAL_CATEGORY_LOWERCASE_LETTER
Definition hb-unicode.h:98
@ HB_UNICODE_GENERAL_CATEGORY_CONNECT_PUNCTUATION
Definition hb-unicode.h:109
@ HB_UNICODE_GENERAL_CATEGORY_FINAL_PUNCTUATION
Definition hb-unicode.h:112
HB_EXTERN hb_bool_t hb_unicode_funcs_set_user_data(hb_unicode_funcs_t *ufuncs, hb_user_data_key_t *key, void *data, hb_destroy_func_t destroy, hb_bool_t replace)
hb_script_t(* hb_unicode_script_func_t)(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data)
Definition hb-unicode.h:412
HB_EXTERN void hb_unicode_funcs_set_decompose_func(hb_unicode_funcs_t *ufuncs, hb_unicode_decompose_func_t func, void *user_data, hb_destroy_func_t destroy)
HB_EXTERN hb_unicode_funcs_t * hb_unicode_funcs_get_default(void)
HB_EXTERN hb_bool_t hb_unicode_funcs_is_immutable(hb_unicode_funcs_t *ufuncs)
HB_EXTERN hb_unicode_funcs_t * hb_unicode_funcs_get_parent(hb_unicode_funcs_t *ufuncs)