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>
27
28
30
31
32 typedef struct T42_FaceRec_
33 {
36 const void* psnames;
37 const void* psaux;
38#if 0
39 const void* afm_data;
40#endif
47
49
50
52
53#endif /* T42TYPES_H_ */
54
55
56/* END */
charmaps
Definition: locale.c:259
#define FT_END_HEADER
Definition: ftheader.h:57
#define FT_BEGIN_HEADER
Definition: ftheader.h:37
unsigned char FT_Byte
Definition: fttypes.h:154
signed long FT_Long
Definition: fttypes.h:242
const void * psnames
Definition: t42types.h:36
FT_Long ttf_size
Definition: t42types.h:42
FT_Face ttf_face
Definition: t42types.h:43
FT_CharMapRec charmaprecs[2]
Definition: t42types.h:44
FT_FaceRec root
Definition: t42types.h:34
T1_FontRec type1
Definition: t42types.h:35
PS_UnicodesRec unicode_map
Definition: t42types.h:46
FT_Byte * ttf_data
Definition: t42types.h:41
const void * psaux
Definition: t42types.h:37
FT_BEGIN_HEADER struct T42_FaceRec_ * T42_Face
FT_BEGIN_HEADER struct T42_FaceRec_ T42_FaceRec