ftchapters.h 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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. * preamble
  17. * header_inclusion
  18. * user_allocation
  19. *
  20. */
  21. /**************************************************************************
  22. *
  23. * @chapter:
  24. * core_api
  25. *
  26. * @title:
  27. * Core API
  28. *
  29. * @sections:
  30. * version
  31. * basic_types
  32. * base_interface
  33. * glyph_variants
  34. * color_management
  35. * layer_management
  36. * glyph_management
  37. * mac_specific
  38. * sizes_management
  39. * header_file_macros
  40. *
  41. */
  42. /**************************************************************************
  43. *
  44. * @chapter:
  45. * format_specific
  46. *
  47. * @title:
  48. * Format-Specific API
  49. *
  50. * @sections:
  51. * multiple_masters
  52. * truetype_tables
  53. * type1_tables
  54. * sfnt_names
  55. * bdf_fonts
  56. * cid_fonts
  57. * pfr_fonts
  58. * winfnt_fonts
  59. * svg_fonts
  60. * font_formats
  61. * gasp_table
  62. *
  63. */
  64. /**************************************************************************
  65. *
  66. * @chapter:
  67. * module_specific
  68. *
  69. * @title:
  70. * Controlling FreeType Modules
  71. *
  72. * @sections:
  73. * auto_hinter
  74. * cff_driver
  75. * t1_cid_driver
  76. * tt_driver
  77. * pcf_driver
  78. * ot_svg_driver
  79. * properties
  80. * parameter_tags
  81. * lcd_rendering
  82. *
  83. */
  84. /**************************************************************************
  85. *
  86. * @chapter:
  87. * cache_subsystem
  88. *
  89. * @title:
  90. * Cache Sub-System
  91. *
  92. * @sections:
  93. * cache_subsystem
  94. *
  95. */
  96. /**************************************************************************
  97. *
  98. * @chapter:
  99. * support_api
  100. *
  101. * @title:
  102. * Support API
  103. *
  104. * @sections:
  105. * computations
  106. * list_processing
  107. * outline_processing
  108. * quick_advance
  109. * bitmap_handling
  110. * raster
  111. * glyph_stroker
  112. * system_interface
  113. * module_management
  114. * gzip
  115. * lzw
  116. * bzip2
  117. * debugging_apis
  118. *
  119. */
  120. /**************************************************************************
  121. *
  122. * @chapter:
  123. * error_codes
  124. *
  125. * @title:
  126. * Error Codes
  127. *
  128. * @sections:
  129. * error_enumerations
  130. * error_code_values
  131. *
  132. */
  133. /* END */