ReactOS
0.4.16-dev-974-g5022a45
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
ftchapters.h
Go to the documentation of this file.
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
* color_management
38
* layer_management
39
* glyph_management
40
* mac_specific
41
* sizes_management
42
* header_file_macros
43
*
44
*/
45
46
47
/**************************************************************************
48
*
49
* @chapter:
50
* format_specific
51
*
52
* @title:
53
* Format-Specific API
54
*
55
* @sections:
56
* multiple_masters
57
* truetype_tables
58
* type1_tables
59
* sfnt_names
60
* bdf_fonts
61
* cid_fonts
62
* pfr_fonts
63
* winfnt_fonts
64
* font_formats
65
* gasp_table
66
*
67
*/
68
69
70
/**************************************************************************
71
*
72
* @chapter:
73
* module_specific
74
*
75
* @title:
76
* Controlling FreeType Modules
77
*
78
* @sections:
79
* auto_hinter
80
* cff_driver
81
* t1_cid_driver
82
* tt_driver
83
* pcf_driver
84
* properties
85
* parameter_tags
86
* lcd_rendering
87
*
88
*/
89
90
91
/**************************************************************************
92
*
93
* @chapter:
94
* cache_subsystem
95
*
96
* @title:
97
* Cache Sub-System
98
*
99
* @sections:
100
* cache_subsystem
101
*
102
*/
103
104
105
/**************************************************************************
106
*
107
* @chapter:
108
* support_api
109
*
110
* @title:
111
* Support API
112
*
113
* @sections:
114
* computations
115
* list_processing
116
* outline_processing
117
* quick_advance
118
* bitmap_handling
119
* raster
120
* glyph_stroker
121
* system_interface
122
* module_management
123
* gzip
124
* lzw
125
* bzip2
126
*
127
*/
128
129
130
/**************************************************************************
131
*
132
* @chapter:
133
* error_codes
134
*
135
* @title:
136
* Error Codes
137
*
138
* @sections:
139
* error_enumerations
140
* error_code_values
141
*
142
*/
143
144
145
/* END */
sdk
lib
3rdparty
freetype
include
freetype
ftchapters.h
Generated on Thu Apr 10 2025 06:21:33 for ReactOS by
1.9.6