zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
t42parse.h File Reference
#include "t42objs.h"
#include <FT_INTERNAL_POSTSCRIPT_AUX_H>

Go to the source code of this file.

Classes

struct  T42_Loader_
 
struct  T42_ParserRec_
 

Typedefs

typedef struct T42_Loader_T42_Loader
 
typedef struct T42_Loader_ T42_LoaderRec
 
typedef FT_BEGIN_HEADER struct
T42_ParserRec_
T42_Parser
 
typedef FT_BEGIN_HEADER struct
T42_ParserRec_ 
T42_ParserRec
 

Functions

 t42_loader_done (T42_Loader loader)
 
 t42_loader_init (T42_Loader loader, T42_Face face)
 
 t42_parse_dict (T42_Face face, T42_Loader loader, FT_Byte *base, FT_Long size)
 
 t42_parser_done (T42_Parser parser)
 
 t42_parser_init (T42_Parser parser, FT_Stream stream, FT_Memory memory, PSAux_Service psaux)
 

Typedef Documentation

typedef struct T42_Loader_ * T42_Loader
typedef struct T42_Loader_ T42_LoaderRec

Function Documentation

t42_loader_done ( T42_Loader  loader)

Definition at line 1172 of file t42parse.c.

References T1_Release_Table, and t42_parser_done().

Referenced by T42_Open_Face().

t42_loader_init ( T42_Loader  loader,
T42_Face  face 
)

Definition at line 1155 of file t42parse.c.

References FT_MEM_ZERO, and FT_UNUSED.

Referenced by T42_Open_Face().

t42_parse_dict ( T42_Face  face,
T42_Loader  loader,
FT_Byte base,
FT_Long  size 
)
t42_parser_done ( T42_Parser  parser)

Definition at line 226 of file t42parse.c.

References FT_FREE.

Referenced by t42_loader_done().

t42_parser_init ( T42_Parser  parser,
FT_Stream  stream,
FT_Memory  memory,
PSAux_Service  psaux 
)