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