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

Go to the source code of this file.

Classes

struct  AFM_ValueRec_
 

Macros

#define AFM_MAX_ARGUMENTS   5
 

Typedefs

typedef struct AFM_ValueRec_AFM_Value
 
typedef struct AFM_ValueRec_ AFM_ValueRec
 

Enumerations

enum  AFM_ValueType_ {
  AFM_VALUE_TYPE_STRING, AFM_VALUE_TYPE_NAME, AFM_VALUE_TYPE_FIXED, AFM_VALUE_TYPE_INTEGER,
  AFM_VALUE_TYPE_BOOL, AFM_VALUE_TYPE_INDEX
}
 

Functions

 afm_parser_done (AFM_Parser parser)
 
FT_BEGIN_HEADER afm_parser_init (AFM_Parser parser, FT_Memory memory, FT_Byte *base, FT_Byte *limit)
 
 afm_parser_next_key (AFM_Parser parser, FT_Bool line, FT_Offset *len)
 
 afm_parser_parse (AFM_Parser parser)
 
 afm_parser_read_vals (AFM_Parser parser, AFM_Value vals, FT_UInt n)
 

Macro Definition Documentation

#define AFM_MAX_ARGUMENTS   5

Definition at line 70 of file afmparse.h.

Referenced by afm_parser_read_vals().

Typedef Documentation

typedef struct AFM_ValueRec_ * AFM_Value
typedef struct AFM_ValueRec_ AFM_ValueRec

Enumeration Type Documentation

Enumerator
AFM_VALUE_TYPE_STRING 
AFM_VALUE_TYPE_NAME 
AFM_VALUE_TYPE_FIXED 
AFM_VALUE_TYPE_INTEGER 
AFM_VALUE_TYPE_BOOL 
AFM_VALUE_TYPE_INDEX 

Definition at line 45 of file afmparse.h.

Function Documentation

afm_parser_done ( AFM_Parser  parser)

Definition at line 553 of file afmparse.c.

References FT_FREE.

FT_BEGIN_HEADER afm_parser_init ( AFM_Parser  parser,
FT_Memory  memory,
FT_Byte base,
FT_Byte limit 
)

Definition at line 525 of file afmparse.c.

References AFM_STREAM_STATUS_EOL, error, FT_NEW, and NULL.