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