1 /***************************************************************************/
5 /* TT CMAP classes definitions (specification only). */
7 /* Copyright 2009 by */
8 /* Oran Agra and Mickey Gabel. */
10 /* This file is part of the FreeType project, and may only be used, */
11 /* modified, and distributed under the terms of the FreeType project */
12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
13 /* this file you indicate that you have read the license and */
14 /* understand and accept it fully. */
16 /***************************************************************************/
19 #ifdef TT_CONFIG_CMAP_FORMAT_0
20 TTCMAPCITEM(tt_cmap0_class_rec
)
23 #ifdef TT_CONFIG_CMAP_FORMAT_2
24 TTCMAPCITEM(tt_cmap2_class_rec
)
27 #ifdef TT_CONFIG_CMAP_FORMAT_4
28 TTCMAPCITEM(tt_cmap4_class_rec
)
31 #ifdef TT_CONFIG_CMAP_FORMAT_6
32 TTCMAPCITEM(tt_cmap6_class_rec
)
35 #ifdef TT_CONFIG_CMAP_FORMAT_8
36 TTCMAPCITEM(tt_cmap8_class_rec
)
39 #ifdef TT_CONFIG_CMAP_FORMAT_10
40 TTCMAPCITEM(tt_cmap10_class_rec
)
43 #ifdef TT_CONFIG_CMAP_FORMAT_12
44 TTCMAPCITEM(tt_cmap12_class_rec
)
47 #ifdef TT_CONFIG_CMAP_FORMAT_13
48 TTCMAPCITEM(tt_cmap13_class_rec
)
51 #ifdef TT_CONFIG_CMAP_FORMAT_14
52 TTCMAPCITEM(tt_cmap14_class_rec
)