Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenttcmapc.h
Go to the documentation of this file.
00001 /***************************************************************************/ 00002 /* */ 00003 /* ttcmapc.h */ 00004 /* */ 00005 /* TT CMAP classes definitions (specification only). */ 00006 /* */ 00007 /* Copyright 2009 by */ 00008 /* Oran Agra and Mickey Gabel. */ 00009 /* */ 00010 /* This file is part of the FreeType project, and may only be used, */ 00011 /* modified, and distributed under the terms of the FreeType project */ 00012 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ 00013 /* this file you indicate that you have read the license and */ 00014 /* understand and accept it fully. */ 00015 /* */ 00016 /***************************************************************************/ 00017 00018 00019 #ifdef TT_CONFIG_CMAP_FORMAT_0 00020 TTCMAPCITEM(tt_cmap0_class_rec) 00021 #endif 00022 00023 #ifdef TT_CONFIG_CMAP_FORMAT_2 00024 TTCMAPCITEM(tt_cmap2_class_rec) 00025 #endif 00026 00027 #ifdef TT_CONFIG_CMAP_FORMAT_4 00028 TTCMAPCITEM(tt_cmap4_class_rec) 00029 #endif 00030 00031 #ifdef TT_CONFIG_CMAP_FORMAT_6 00032 TTCMAPCITEM(tt_cmap6_class_rec) 00033 #endif 00034 00035 #ifdef TT_CONFIG_CMAP_FORMAT_8 00036 TTCMAPCITEM(tt_cmap8_class_rec) 00037 #endif 00038 00039 #ifdef TT_CONFIG_CMAP_FORMAT_10 00040 TTCMAPCITEM(tt_cmap10_class_rec) 00041 #endif 00042 00043 #ifdef TT_CONFIG_CMAP_FORMAT_12 00044 TTCMAPCITEM(tt_cmap12_class_rec) 00045 #endif 00046 00047 #ifdef TT_CONFIG_CMAP_FORMAT_13 00048 TTCMAPCITEM(tt_cmap13_class_rec) 00049 #endif 00050 00051 #ifdef TT_CONFIG_CMAP_FORMAT_14 00052 TTCMAPCITEM(tt_cmap14_class_rec) 00053 #endif 00054 00055 /* END */ Generated on Sun May 27 2012 04:34:01 for ReactOS by
1.7.6.1
|