Last change
on this file since 262 was
262,
checked in by Eugene Romanenko, 12 years ago
|
PDF plugin: freetype library updated to version 2.3.8
|
File size:
7.2 KB
|
Line | |
---|
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 | /***************************************************************************/ |
---|
10 | /* */ |
---|
11 | /* <Chapter> */ |
---|
12 | /* general_remarks */ |
---|
13 | /* */ |
---|
14 | /* <Title> */ |
---|
15 | /* General Remarks */ |
---|
16 | /* */ |
---|
17 | /* <Sections> */ |
---|
18 | /* user_allocation */ |
---|
19 | /* */ |
---|
20 | /***************************************************************************/ |
---|
21 | |
---|
22 | |
---|
23 | /***************************************************************************/ |
---|
24 | /* */ |
---|
25 | /* <Chapter> */ |
---|
26 | /* core_api */ |
---|
27 | /* */ |
---|
28 | /* <Title> */ |
---|
29 | /* Core API */ |
---|
30 | /* */ |
---|
31 | /* <Sections> */ |
---|
32 | /* version */ |
---|
33 | /* basic_types */ |
---|
34 | /* base_interface */ |
---|
35 | /* glyph_variants */ |
---|
36 | /* glyph_management */ |
---|
37 | /* mac_specific */ |
---|
38 | /* sizes_management */ |
---|
39 | /* header_file_macros */ |
---|
40 | /* */ |
---|
41 | /***************************************************************************/ |
---|
42 | |
---|
43 | |
---|
44 | /***************************************************************************/ |
---|
45 | /* */ |
---|
46 | /* <Chapter> */ |
---|
47 | /* format_specific */ |
---|
48 | /* */ |
---|
49 | /* <Title> */ |
---|
50 | /* Format-Specific API */ |
---|
51 | /* */ |
---|
52 | /* <Sections> */ |
---|
53 | /* multiple_masters */ |
---|
54 | /* truetype_tables */ |
---|
55 | /* type1_tables */ |
---|
56 | /* sfnt_names */ |
---|
57 | /* bdf_fonts */ |
---|
58 | /* cid_fonts */ |
---|
59 | /* pfr_fonts */ |
---|
60 | /* winfnt_fonts */ |
---|
61 | /* font_formats */ |
---|
62 | /* gasp_table */ |
---|
63 | /* */ |
---|
64 | /***************************************************************************/ |
---|
65 | |
---|
66 | |
---|
67 | /***************************************************************************/ |
---|
68 | /* */ |
---|
69 | /* <Chapter> */ |
---|
70 | /* cache_subsystem */ |
---|
71 | /* */ |
---|
72 | /* <Title> */ |
---|
73 | /* Cache Sub-System */ |
---|
74 | /* */ |
---|
75 | /* <Sections> */ |
---|
76 | /* cache_subsystem */ |
---|
77 | /* */ |
---|
78 | /***************************************************************************/ |
---|
79 | |
---|
80 | |
---|
81 | /***************************************************************************/ |
---|
82 | /* */ |
---|
83 | /* <Chapter> */ |
---|
84 | /* support_api */ |
---|
85 | /* */ |
---|
86 | /* <Title> */ |
---|
87 | /* Support API */ |
---|
88 | /* */ |
---|
89 | /* <Sections> */ |
---|
90 | /* computations */ |
---|
91 | /* list_processing */ |
---|
92 | /* outline_processing */ |
---|
93 | /* quick_advance */ |
---|
94 | /* bitmap_handling */ |
---|
95 | /* raster */ |
---|
96 | /* glyph_stroker */ |
---|
97 | /* system_interface */ |
---|
98 | /* module_management */ |
---|
99 | /* gzip */ |
---|
100 | /* lzw */ |
---|
101 | /* lcd_filtering */ |
---|
102 | /* */ |
---|
103 | /***************************************************************************/ |
---|
Note: See
TracBrowser
for help on using the repository browser.