ftchapters.h 6.9 KB

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