1 /***************************************************************************/
5 /* Type 42 font data types (specification only). */
7 /* Copyright 2002, 2003, 2006, 2008 by Roberto Alameda. */
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. */
15 /***************************************************************************/
18 #ifndef __T42TYPES_H__
19 #define __T42TYPES_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
32 typedef struct T42_FaceRec_
44 FT_CharMapRec charmaprecs
[2];
45 FT_CharMap charmaps
[2];
46 PS_UnicodesRec unicode_map
;
48 } T42_FaceRec
, *T42_Face
;
53 #endif /* __T42TYPES_H__ */