ReactOS
0.4.16-dev-814-g656a5dc
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
t42types.h
Go to the documentation of this file.
1
/***************************************************************************/
2
/* */
3
/* t42types.h */
4
/* */
5
/* Type 42 font data types (specification only). */
6
/* */
7
/* Copyright 2002-2018 by */
8
/* Roberto Alameda. */
9
/* */
10
/* This file is part of the FreeType project, and may only be used, */
11
/* modified, and distributed under the terms of the FreeType project */
12
/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
13
/* this file you indicate that you have read the license and */
14
/* understand and accept it fully. */
15
/* */
16
/***************************************************************************/
17
18
19
#ifndef T42TYPES_H_
20
#define T42TYPES_H_
21
22
23
#include <ft2build.h>
24
#include FT_FREETYPE_H
25
#include FT_TYPE1_TABLES_H
26
#include FT_INTERNAL_TYPE1_TYPES_H
27
#include FT_INTERNAL_POSTSCRIPT_HINTS_H
28
29
30
FT_BEGIN_HEADER
31
32
33
typedef
struct
T42_FaceRec_
34
{
35
FT_FaceRec
root
;
36
T1_FontRec
type1
;
37
const
void
*
psnames
;
38
const
void
*
psaux
;
39
#if 0
40
const
void
* afm_data;
41
#endif
42
FT_Byte
*
ttf_data
;
43
FT_Long
ttf_size
;
44
FT_Face
ttf_face
;
45
FT_CharMapRec
charmaprecs
[2];
46
FT_CharMap
charmaps
[2];
47
PS_UnicodesRec
unicode_map
;
48
49
}
T42_FaceRec
, *
T42_Face
;
50
51
52
FT_END_HEADER
53
54
#endif
/* T42TYPES_H_ */
55
56
57
/* END */
FT_END_HEADER
#define FT_END_HEADER
Definition:
ftheader.h:54
FT_BEGIN_HEADER
#define FT_BEGIN_HEADER
Definition:
ftheader.h:36
FT_Byte
unsigned char FT_Byte
Definition:
fttypes.h:154
FT_Long
signed long FT_Long
Definition:
fttypes.h:242
FT_CharMapRec_
Definition:
freetype.h:841
FT_FaceRec_
Definition:
freetype.h:1069
PS_UnicodesRec_
Definition:
svpscmap.h:65
T1_FontRec_
Definition:
t1types.h:95
T42_FaceRec_
Definition:
t42types.h:34
T42_FaceRec_::psnames
const void * psnames
Definition:
t42types.h:37
T42_FaceRec_::ttf_size
FT_Long ttf_size
Definition:
t42types.h:43
T42_FaceRec_::charmaps
FT_CharMap charmaps[2]
Definition:
t42types.h:46
T42_FaceRec_::ttf_face
FT_Face ttf_face
Definition:
t42types.h:44
T42_FaceRec_::charmaprecs
FT_CharMapRec charmaprecs[2]
Definition:
t42types.h:45
T42_FaceRec_::root
FT_FaceRec root
Definition:
t42types.h:35
T42_FaceRec_::type1
T1_FontRec type1
Definition:
t42types.h:36
T42_FaceRec_::unicode_map
PS_UnicodesRec unicode_map
Definition:
t42types.h:47
T42_FaceRec_::ttf_data
FT_Byte * ttf_data
Definition:
t42types.h:42
T42_FaceRec_::psaux
const void * psaux
Definition:
t42types.h:38
T42_Face
FT_BEGIN_HEADER struct T42_FaceRec_ * T42_Face
T42_FaceRec
FT_BEGIN_HEADER struct T42_FaceRec_ T42_FaceRec
sdk
lib
3rdparty
freetype
src
type42
t42types.h
Generated on Thu Mar 13 2025 06:13:35 for ReactOS by
1.9.6