ftchapters.h 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. /***************************************************************************/
  2. /* */
  3. /* This file defines the structure of the FreeType reference. */
  4. /* It is used by the python script that generates the HTML files. */
  5. /* */
  6. /***************************************************************************/
  7. /***************************************************************************/
  8. /* */
  9. /* <Chapter> */
  10. /* general_remarks */
  11. /* */
  12. /* <Title> */
  13. /* General Remarks */
  14. /* */
  15. /* <Sections> */
  16. /* header_inclusion */
  17. /* user_allocation */
  18. /* */
  19. /***************************************************************************/
  20. /***************************************************************************/
  21. /* */
  22. /* <Chapter> */
  23. /* core_api */
  24. /* */
  25. /* <Title> */
  26. /* Core API */
  27. /* */
  28. /* <Sections> */
  29. /* version */
  30. /* basic_types */
  31. /* base_interface */
  32. /* glyph_variants */
  33. /* glyph_management */
  34. /* mac_specific */
  35. /* sizes_management */
  36. /* header_file_macros */
  37. /* */
  38. /***************************************************************************/
  39. /***************************************************************************/
  40. /* */
  41. /* <Chapter> */
  42. /* format_specific */
  43. /* */
  44. /* <Title> */
  45. /* Format-Specific API */
  46. /* */
  47. /* <Sections> */
  48. /* multiple_masters */
  49. /* truetype_tables */
  50. /* type1_tables */
  51. /* sfnt_names */
  52. /* bdf_fonts */
  53. /* cid_fonts */
  54. /* pfr_fonts */
  55. /* winfnt_fonts */
  56. /* font_formats */
  57. /* gasp_table */
  58. /* */
  59. /***************************************************************************/
  60. /***************************************************************************/
  61. /* */
  62. /* <Chapter> */
  63. /* module_specific */
  64. /* */
  65. /* <Title> */
  66. /* Controlling FreeType Modules */
  67. /* */
  68. /* <Sections> */
  69. /* auto_hinter */
  70. /* cff_driver */
  71. /* tt_driver */
  72. /* */
  73. /***************************************************************************/
  74. /***************************************************************************/
  75. /* */
  76. /* <Chapter> */
  77. /* cache_subsystem */
  78. /* */
  79. /* <Title> */
  80. /* Cache Sub-System */
  81. /* */
  82. /* <Sections> */
  83. /* cache_subsystem */
  84. /* */
  85. /***************************************************************************/
  86. /***************************************************************************/
  87. /* */
  88. /* <Chapter> */
  89. /* support_api */
  90. /* */
  91. /* <Title> */
  92. /* Support API */
  93. /* */
  94. /* <Sections> */
  95. /* computations */
  96. /* list_processing */
  97. /* outline_processing */
  98. /* quick_advance */
  99. /* bitmap_handling */
  100. /* raster */
  101. /* glyph_stroker */
  102. /* system_interface */
  103. /* module_management */
  104. /* gzip */
  105. /* lzw */
  106. /* bzip2 */
  107. /* lcd_filtering */
  108. /* */
  109. /***************************************************************************/