|
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 /* header_inclusion */ |
|
19 /* user_allocation */ |
|
20 /* */ |
|
21 /***************************************************************************/ |
|
22 |
|
23 |
|
24 /***************************************************************************/ |
|
25 /* */ |
|
26 /* <Chapter> */ |
|
27 /* core_api */ |
|
28 /* */ |
|
29 /* <Title> */ |
|
30 /* Core API */ |
|
31 /* */ |
|
32 /* <Sections> */ |
|
33 /* version */ |
|
34 /* basic_types */ |
|
35 /* base_interface */ |
|
36 /* glyph_variants */ |
|
37 /* glyph_management */ |
|
38 /* mac_specific */ |
|
39 /* sizes_management */ |
|
40 /* header_file_macros */ |
|
41 /* */ |
|
42 /***************************************************************************/ |
|
43 |
|
44 |
|
45 /***************************************************************************/ |
|
46 /* */ |
|
47 /* <Chapter> */ |
|
48 /* format_specific */ |
|
49 /* */ |
|
50 /* <Title> */ |
|
51 /* Format-Specific API */ |
|
52 /* */ |
|
53 /* <Sections> */ |
|
54 /* multiple_masters */ |
|
55 /* truetype_tables */ |
|
56 /* type1_tables */ |
|
57 /* sfnt_names */ |
|
58 /* bdf_fonts */ |
|
59 /* cid_fonts */ |
|
60 /* pfr_fonts */ |
|
61 /* winfnt_fonts */ |
|
62 /* font_formats */ |
|
63 /* gasp_table */ |
|
64 /* */ |
|
65 /***************************************************************************/ |
|
66 |
|
67 |
|
68 /***************************************************************************/ |
|
69 /* */ |
|
70 /* <Chapter> */ |
|
71 /* module_specific */ |
|
72 /* */ |
|
73 /* <Title> */ |
|
74 /* Controlling FreeType Modules */ |
|
75 /* */ |
|
76 /* <Sections> */ |
|
77 /* auto_hinter */ |
|
78 /* cff_driver */ |
|
79 /* tt_driver */ |
|
80 /* */ |
|
81 /***************************************************************************/ |
|
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 /***************************************************************************/ |
|
99 /* */ |
|
100 /* <Chapter> */ |
|
101 /* support_api */ |
|
102 /* */ |
|
103 /* <Title> */ |
|
104 /* Support API */ |
|
105 /* */ |
|
106 /* <Sections> */ |
|
107 /* computations */ |
|
108 /* list_processing */ |
|
109 /* outline_processing */ |
|
110 /* quick_advance */ |
|
111 /* bitmap_handling */ |
|
112 /* raster */ |
|
113 /* glyph_stroker */ |
|
114 /* system_interface */ |
|
115 /* module_management */ |
|
116 /* gzip */ |
|
117 /* lzw */ |
|
118 /* bzip2 */ |
|
119 /* lcd_filtering */ |
|
120 /* */ |
|
121 /***************************************************************************/ |