ReactOS
0.4.16-dev-2357-g35d0dfe
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 (C) 2002-2020 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 <
freetype/freetype.h
>
24
#include <
freetype/t1tables.h
>
25
#include <
freetype/internal/t1types.h
>
26
#include <
freetype/internal/pshints.h
>
27
28
29
FT_BEGIN_HEADER
30
31
32
typedef
struct
T42_FaceRec_
33
{
34
FT_FaceRec
root
;
35
T1_FontRec
type1
;
36
const
void
*
psnames
;
37
const
void
*
psaux
;
38
#if 0
39
const
void
* afm_data;
40
#endif
41
FT_Byte
*
ttf_data
;
42
FT_Long
ttf_size
;
43
FT_Face
ttf_face
;
44
FT_CharMapRec
charmaprecs
[2];
45
FT_CharMap
charmaps
[2];
46
PS_UnicodesRec
unicode_map
;
47
48
}
T42_FaceRec
, *
T42_Face
;
49
50
51
FT_END_HEADER
52
53
#endif
/* T42TYPES_H_ */
54
55
56
/* END */
charmaps
charmaps
Definition:
locale.c:259
freetype.h
FT_END_HEADER
#define FT_END_HEADER
Definition:
ftheader.h:57
FT_BEGIN_HEADER
#define FT_BEGIN_HEADER
Definition:
ftheader.h:37
FT_Byte
unsigned char FT_Byte
Definition:
fttypes.h:154
FT_Long
signed long FT_Long
Definition:
fttypes.h:242
pshints.h
FT_CharMapRec_
Definition:
freetype.h:818
FT_FaceRec_
Definition:
freetype.h:1029
PS_UnicodesRec_
Definition:
svpscmap.h:64
T1_FontRec_
Definition:
t1types.h:97
T42_FaceRec_
Definition:
t42types.h:33
T42_FaceRec_::psnames
const void * psnames
Definition:
t42types.h:36
T42_FaceRec_::ttf_size
FT_Long ttf_size
Definition:
t42types.h:42
T42_FaceRec_::ttf_face
FT_Face ttf_face
Definition:
t42types.h:43
T42_FaceRec_::charmaprecs
FT_CharMapRec charmaprecs[2]
Definition:
t42types.h:44
T42_FaceRec_::root
FT_FaceRec root
Definition:
t42types.h:34
T42_FaceRec_::type1
T1_FontRec type1
Definition:
t42types.h:35
T42_FaceRec_::unicode_map
PS_UnicodesRec unicode_map
Definition:
t42types.h:46
T42_FaceRec_::ttf_data
FT_Byte * ttf_data
Definition:
t42types.h:41
T42_FaceRec_::psaux
const void * psaux
Definition:
t42types.h:37
t1tables.h
t1types.h
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 Wed Mar 11 2026 06:15:34 for ReactOS by
1.9.6