zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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, 2003, 2006, 2008 by Roberto Alameda. */
8 /* */
9 /* This file is part of the FreeType project, and may only be used, */
10 /* modified, and distributed under the terms of the FreeType project */
11 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
12 /* this file you indicate that you have read the license and */
13 /* understand and accept it fully. */
14 /* */
15 /***************************************************************************/
16 
17 
18 #ifndef __T42TYPES_H__
19 #define __T42TYPES_H__
20 
21 
22 #include <ft2build.h>
23 #include FT_FREETYPE_H
24 #include FT_TYPE1_TABLES_H
25 #include FT_INTERNAL_TYPE1_TYPES_H
26 #include FT_INTERNAL_POSTSCRIPT_HINTS_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 */
FT_CharMap charmaps[2]
Definition: t42types.h:45
unsigned long FT_ULong
Definition: fttypes.h:249
#define FT_END_HEADER
Definition: ftheader.h:54
FT_FaceRec root
Definition: t42types.h:34
const void * psnames
Definition: t42types.h:36
const void * psaux
Definition: t42types.h:37
FT_BEGIN_HEADER struct T42_FaceRec_ * T42_Face
FT_Face ttf_face
Definition: t42types.h:43
unsigned char FT_Byte
Definition: fttypes.h:150
#define FT_BEGIN_HEADER
Definition: ftheader.h:36
FT_BEGIN_HEADER struct T42_FaceRec_ T42_FaceRec
PS_UnicodesRec unicode_map
Definition: t42types.h:46
FT_CharMapRec charmaprecs[2]
Definition: t42types.h:44
FT_Byte * ttf_data
Definition: t42types.h:41
FT_ULong ttf_size
Definition: t42types.h:42
T1_FontRec type1
Definition: t42types.h:35