zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
t42parse.h
Go to the documentation of this file.
1 /***************************************************************************/
2 /* */
3 /* t42parse.h */
4 /* */
5 /* Type 42 font parser (specification). */
6 /* */
7 /* Copyright 2002, 2003 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 __T42PARSE_H__
19 #define __T42PARSE_H__
20 
21 
22 #include "t42objs.h"
23 #include FT_INTERNAL_POSTSCRIPT_AUX_H
24 
25 
27 
28  typedef struct T42_ParserRec_
29  {
32 
35 
37 
39 
40 
41  typedef struct T42_Loader_
42  {
43  T42_ParserRec parser; /* parser used to read the stream */
44 
45  FT_UInt num_chars; /* number of characters in encoding */
46  PS_TableRec encoding_table; /* PS_Table used to store the */
47  /* encoding character names */
48 
52  PS_TableRec swap_table; /* For moving .notdef glyph to index 0. */
53 
55 
56 
60  FT_Memory memory,
61  PSAux_Service psaux );
62 
63  FT_LOCAL( void )
64  t42_parser_done( T42_Parser parser );
65 
66 
69  T42_Loader loader,
70  FT_Byte* base,
71  FT_Long size );
72 
73 
74  FT_LOCAL( void )
75  t42_loader_init( T42_Loader loader,
76  T42_Face face );
77 
78  FT_LOCAL( void )
79  t42_loader_done( T42_Loader loader );
80 
81 
82  /* */
83 
85 
86 
87 #endif /* __T42PARSE_H__ */
88 
89 
90 /* END */
int FT_Error
Definition: fttypes.h:296
FT_Stream stream
Definition: t42parse.h:31
signed long FT_Long
Definition: fttypes.h:238
PS_TableRec charstrings
Definition: t42parse.h:51
#define FT_END_HEADER
Definition: ftheader.h:54
t42_parser_done(T42_Parser parser)
Definition: t42parse.c:226
t42_parser_init(T42_Parser parser, FT_Stream stream, FT_Memory memory, PSAux_Service psaux)
Definition: t42parse.c:142
FT_Byte * base_dict
Definition: t42parse.h:33
GLuint GLuint stream
Definition: glew.h:6573
PS_TableRec glyph_names
Definition: t42parse.h:50
PS_ParserRec root
Definition: t42parse.h:30
FT_BEGIN_HEADER typedef unsigned char FT_Bool
Definition: fttypes.h:104
FT_BEGIN_HEADER struct T42_FaceRec_ * T42_Face
FT_UInt num_chars
Definition: t42parse.h:45
unsigned char FT_Byte
Definition: fttypes.h:150
#define FT_BEGIN_HEADER
Definition: ftheader.h:36
#define FT_LOCAL(x)
Definition: ftconfig.h:466
PS_TableRec swap_table
Definition: t42parse.h:52
FT_Long base_len
Definition: t42parse.h:34
GLenum face
Definition: gl2ext.h:1490
FT_UInt num_glyphs
Definition: t42parse.h:49
struct T42_Loader_ T42_LoaderRec
struct T42_Loader_ * T42_Loader
PS_TableRec encoding_table
Definition: t42parse.h:46
typedefFT_BEGIN_HEADER struct FT_MemoryRec_ * FT_Memory
Definition: ftsystem.h:66
t42_parse_dict(T42_Face face, T42_Loader loader, FT_Byte *base, FT_Long size)
Definition: t42parse.c:1024
FT_BEGIN_HEADER struct T42_ParserRec_ * T42_Parser
t42_loader_done(T42_Loader loader)
Definition: t42parse.c:1172
unsigned int FT_UInt
Definition: fttypes.h:227
FT_BEGIN_HEADER struct T42_ParserRec_ T42_ParserRec
t42_loader_init(T42_Loader loader, T42_Face face)
Definition: t42parse.c:1155
FT_Bool in_memory
Definition: t42parse.h:36
T42_ParserRec parser
Definition: t42parse.h:43
GLsizei size
Definition: gl2ext.h:1467