/src/compiler/android-ndk/jni/freetype/src/sfnt/ttcmapc.h

http://ftk.googlecode.com/ · C++ Header · 55 lines · 27 code · 11 blank · 17 comment · 0 complexity · 0b78cc1d180b206d7910f0e4749ec6af MD5 · raw file

  1. /***************************************************************************/
  2. /* */
  3. /* ttcmapc.h */
  4. /* */
  5. /* TT CMAP classes definitions (specification only). */
  6. /* */
  7. /* Copyright 2009 by */
  8. /* Oran Agra and Mickey Gabel. */
  9. /* */
  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. */
  15. /* */
  16. /***************************************************************************/
  17. #ifdef TT_CONFIG_CMAP_FORMAT_0
  18. TTCMAPCITEM(tt_cmap0_class_rec)
  19. #endif
  20. #ifdef TT_CONFIG_CMAP_FORMAT_2
  21. TTCMAPCITEM(tt_cmap2_class_rec)
  22. #endif
  23. #ifdef TT_CONFIG_CMAP_FORMAT_4
  24. TTCMAPCITEM(tt_cmap4_class_rec)
  25. #endif
  26. #ifdef TT_CONFIG_CMAP_FORMAT_6
  27. TTCMAPCITEM(tt_cmap6_class_rec)
  28. #endif
  29. #ifdef TT_CONFIG_CMAP_FORMAT_8
  30. TTCMAPCITEM(tt_cmap8_class_rec)
  31. #endif
  32. #ifdef TT_CONFIG_CMAP_FORMAT_10
  33. TTCMAPCITEM(tt_cmap10_class_rec)
  34. #endif
  35. #ifdef TT_CONFIG_CMAP_FORMAT_12
  36. TTCMAPCITEM(tt_cmap12_class_rec)
  37. #endif
  38. #ifdef TT_CONFIG_CMAP_FORMAT_13
  39. TTCMAPCITEM(tt_cmap13_class_rec)
  40. #endif
  41. #ifdef TT_CONFIG_CMAP_FORMAT_14
  42. TTCMAPCITEM(tt_cmap14_class_rec)
  43. #endif
  44. /* END */