| OLD | NEW |
| 1 /***************************************************************************/ | 1 /***************************************************************************/ |
| 2 /* */ | 2 /* */ |
| 3 /* ttcmapc.h */ | 3 /* ttcmapc.h */ |
| 4 /* */ | 4 /* */ |
| 5 /* TT CMAP classes definitions (specification only). */ | 5 /* TT CMAP classes definitions (specification only). */ |
| 6 /* */ | 6 /* */ |
| 7 /* Copyright 2009 by */ | 7 /* Copyright 2009-2015 by */ |
| 8 /* Oran Agra and Mickey Gabel. */ | 8 /* Oran Agra and Mickey Gabel. */ |
| 9 /* */ | 9 /* */ |
| 10 /* This file is part of the FreeType project, and may only be used, */ | 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 */ | 11 /* modified, and distributed under the terms of the FreeType project */ |
| 12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ | 12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ |
| 13 /* this file you indicate that you have read the license and */ | 13 /* this file you indicate that you have read the license and */ |
| 14 /* understand and accept it fully. */ | 14 /* understand and accept it fully. */ |
| 15 /* */ | 15 /* */ |
| 16 /***************************************************************************/ | 16 /***************************************************************************/ |
| 17 | 17 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 47 #ifdef TT_CONFIG_CMAP_FORMAT_13 | 47 #ifdef TT_CONFIG_CMAP_FORMAT_13 |
| 48 TTCMAPCITEM( tt_cmap13_class_rec ) | 48 TTCMAPCITEM( tt_cmap13_class_rec ) |
| 49 #endif | 49 #endif |
| 50 | 50 |
| 51 #ifdef TT_CONFIG_CMAP_FORMAT_14 | 51 #ifdef TT_CONFIG_CMAP_FORMAT_14 |
| 52 TTCMAPCITEM( tt_cmap14_class_rec ) | 52 TTCMAPCITEM( tt_cmap14_class_rec ) |
| 53 #endif | 53 #endif |
| 54 | 54 |
| 55 | 55 |
| 56 /* END */ | 56 /* END */ |
| OLD | NEW |