ReactOS 0.4.16-dev-981-g80eb313
|
#include <ft2build.h>
Go to the source code of this file.
Classes | |
struct | PS_DriverRec_ |
struct | PS_Table_FuncsRec_ |
struct | PS_TableRec_ |
struct | T1_TokenRec_ |
struct | T1_FieldRec_ |
struct | PS_Parser_FuncsRec_ |
struct | PS_ParserRec_ |
struct | PS_Builder_FuncsRec_ |
struct | PS_Builder_ |
struct | PS_Decoder_Zone_ |
struct | PS_Decoder_ |
struct | T1_Builder_FuncsRec_ |
struct | T1_BuilderRec_ |
struct | T1_Decoder_ZoneRec_ |
struct | T1_Decoder_FuncsRec_ |
struct | T1_DecoderRec_ |
struct | CFF_Builder_FuncsRec_ |
struct | CFF_Builder_ |
struct | CFF_Decoder_Zone_ |
struct | CFF_Decoder_ |
struct | CFF_Decoder_FuncsRec_ |
struct | AFM_Parser_FuncsRec_ |
struct | AFM_ParserRec_ |
struct | T1_CMap_ClassesRec_ |
struct | PSAux_ServiceRec_ |
Macros | |
#define | T1_FIELD_DICT_FONTDICT ( 1 << 0 ) /* also FontInfo and FDArray */ |
#define | T1_FIELD_DICT_PRIVATE ( 1 << 1 ) |
#define | T1_NEW_SIMPLE_FIELD(_ident, _type, _fname, _dict) |
#define | T1_NEW_CALLBACK_FIELD(_ident, _reader, _dict) |
#define | T1_NEW_TABLE_FIELD(_ident, _type, _fname, _max, _dict) |
#define | T1_NEW_TABLE_FIELD2(_ident, _type, _fname, _max, _dict) |
#define | T1_FIELD_BOOL(_ident, _fname, _dict) T1_NEW_SIMPLE_FIELD( _ident, T1_FIELD_TYPE_BOOL, _fname, _dict ) |
#define | T1_FIELD_NUM(_ident, _fname, _dict) T1_NEW_SIMPLE_FIELD( _ident, T1_FIELD_TYPE_INTEGER, _fname, _dict ) |
#define | T1_FIELD_FIXED(_ident, _fname, _dict) T1_NEW_SIMPLE_FIELD( _ident, T1_FIELD_TYPE_FIXED, _fname, _dict ) |
#define | T1_FIELD_FIXED_1000(_ident, _fname, _dict) |
#define | T1_FIELD_STRING(_ident, _fname, _dict) T1_NEW_SIMPLE_FIELD( _ident, T1_FIELD_TYPE_STRING, _fname, _dict ) |
#define | T1_FIELD_KEY(_ident, _fname, _dict) T1_NEW_SIMPLE_FIELD( _ident, T1_FIELD_TYPE_KEY, _fname, _dict ) |
#define | T1_FIELD_BBOX(_ident, _fname, _dict) T1_NEW_SIMPLE_FIELD( _ident, T1_FIELD_TYPE_BBOX, _fname, _dict ) |
#define | T1_FIELD_NUM_TABLE(_ident, _fname, _fmax, _dict) |
#define | T1_FIELD_FIXED_TABLE(_ident, _fname, _fmax, _dict) |
#define | T1_FIELD_NUM_TABLE2(_ident, _fname, _fmax, _dict) |
#define | T1_FIELD_FIXED_TABLE2(_ident, _fname, _fmax, _dict) |
#define | T1_FIELD_CALLBACK(_ident, _name, _dict) T1_NEW_CALLBACK_FIELD( _ident, _name, _dict ) |
#define | PS_MAX_OPERANDS 48 |
#define | PS_MAX_SUBRS_CALLS 16 /* maximum subroutine nesting; */ |
#define | CFF_MAX_OPERANDS 48 |
#define | CFF_MAX_SUBRS_CALLS 16 /* maximum subroutine nesting; */ |
#define | CFF_MAX_TRANS_ELEMENTS 32 |
#define | IS_PS_NEWLINE(ch) |
#define | IS_PS_SPACE(ch) |
#define | IS_PS_SPECIAL(ch) |
#define | IS_PS_DELIM(ch) |
#define | IS_PS_DIGIT(ch) ( (ch) >= '0' && (ch) <= '9' ) |
#define | IS_PS_XDIGIT(ch) |
#define | IS_PS_BASE85(ch) ( (ch) >= '!' && (ch) <= 'u' ) |
#define | IS_PS_TOKEN(cur, limit, token) |
#define CFF_MAX_SUBRS_CALLS 16 /* maximum subroutine nesting; */ |
#define IS_PS_DELIM | ( | ch | ) |
#define IS_PS_NEWLINE | ( | ch | ) |
#define IS_PS_SPACE | ( | ch | ) |
#define IS_PS_SPECIAL | ( | ch | ) |
#define IS_PS_XDIGIT | ( | ch | ) |
#define PS_MAX_SUBRS_CALLS 16 /* maximum subroutine nesting; */ |
#define T1_FIELD_BBOX | ( | _ident, | |
_fname, | |||
_dict | |||
) | T1_NEW_SIMPLE_FIELD( _ident, T1_FIELD_TYPE_BBOX, _fname, _dict ) |
#define T1_FIELD_BOOL | ( | _ident, | |
_fname, | |||
_dict | |||
) | T1_NEW_SIMPLE_FIELD( _ident, T1_FIELD_TYPE_BOOL, _fname, _dict ) |
#define T1_FIELD_CALLBACK | ( | _ident, | |
_name, | |||
_dict | |||
) | T1_NEW_CALLBACK_FIELD( _ident, _name, _dict ) |
#define T1_FIELD_DICT_FONTDICT ( 1 << 0 ) /* also FontInfo and FDArray */ |
#define T1_FIELD_FIXED | ( | _ident, | |
_fname, | |||
_dict | |||
) | T1_NEW_SIMPLE_FIELD( _ident, T1_FIELD_TYPE_FIXED, _fname, _dict ) |
#define T1_FIELD_FIXED_1000 | ( | _ident, | |
_fname, | |||
_dict | |||
) |
#define T1_FIELD_FIXED_TABLE | ( | _ident, | |
_fname, | |||
_fmax, | |||
_dict | |||
) |
#define T1_FIELD_FIXED_TABLE2 | ( | _ident, | |
_fname, | |||
_fmax, | |||
_dict | |||
) |
#define T1_FIELD_KEY | ( | _ident, | |
_fname, | |||
_dict | |||
) | T1_NEW_SIMPLE_FIELD( _ident, T1_FIELD_TYPE_KEY, _fname, _dict ) |
#define T1_FIELD_NUM | ( | _ident, | |
_fname, | |||
_dict | |||
) | T1_NEW_SIMPLE_FIELD( _ident, T1_FIELD_TYPE_INTEGER, _fname, _dict ) |
#define T1_FIELD_NUM_TABLE | ( | _ident, | |
_fname, | |||
_fmax, | |||
_dict | |||
) |
#define T1_FIELD_NUM_TABLE2 | ( | _ident, | |
_fname, | |||
_fmax, | |||
_dict | |||
) |
#define T1_FIELD_STRING | ( | _ident, | |
_fname, | |||
_dict | |||
) | T1_NEW_SIMPLE_FIELD( _ident, T1_FIELD_TYPE_STRING, _fname, _dict ) |
#define T1_NEW_CALLBACK_FIELD | ( | _ident, | |
_reader, | |||
_dict | |||
) |
#define T1_NEW_SIMPLE_FIELD | ( | _ident, | |
_type, | |||
_fname, | |||
_dict | |||
) |
#define T1_NEW_TABLE_FIELD | ( | _ident, | |
_type, | |||
_fname, | |||
_max, | |||
_dict | |||
) |
#define T1_NEW_TABLE_FIELD2 | ( | _ident, | |
_type, | |||
_fname, | |||
_max, | |||
_dict | |||
) |
typedef struct AFM_ParserRec_* AFM_Parser |
typedef struct AFM_ParserRec_ AFM_ParserRec |
typedef struct AFM_StreamRec_* AFM_Stream |
typedef struct CFF_Builder_ CFF_Builder |
typedef FT_Error(* CFF_Builder_Add_Contour_Func) (CFF_Builder *builder) |
typedef FT_Error(* CFF_Builder_Check_Points_Func) (CFF_Builder *builder, FT_Int count) |
typedef void(* CFF_Builder_Close_Contour_Func) (CFF_Builder *builder) |
typedef struct CFF_Decoder_ CFF_Decoder |
typedef struct CFF_Decoder_Zone_ CFF_Decoder_Zone |
typedef struct PS_Builder_ PS_Builder |
typedef const struct PS_Builder_FuncsRec_* PS_Builder_Funcs |
typedef struct PS_Decoder_ PS_Decoder |
typedef struct PS_Decoder_Zone_ PS_Decoder_Zone |
typedef FT_BEGIN_HEADER struct PS_DriverRec_ * PS_Driver |
typedef struct PS_ParserRec_* PS_Parser |
typedef const struct PS_Parser_FuncsRec_* PS_Parser_Funcs |
typedef struct PS_ParserRec_ PS_ParserRec |
typedef struct PS_TableRec_* PS_Table |
typedef const struct PS_Table_FuncsRec_* PS_Table_Funcs |
typedef struct PS_TableRec_ PS_TableRec |
typedef PSAux_ServiceRec PSAux_Interface |
typedef struct PSAux_ServiceRec_ * PSAux_Service |
typedef struct PSAux_ServiceRec_ PSAux_ServiceRec |
typedef struct T1_BuilderRec_* T1_Builder |
typedef FT_Error(* T1_Builder_Add_Contour_Func) (T1_Builder builder) |
typedef FT_Error(* T1_Builder_Check_Points_Func) (T1_Builder builder, FT_Int count) |
typedef void(* T1_Builder_Close_Contour_Func) (T1_Builder builder) |
typedef const struct T1_Builder_FuncsRec_* T1_Builder_Funcs |
typedef struct T1_BuilderRec_ T1_BuilderRec |
typedef const struct T1_CMap_ClassesRec_* T1_CMap_Classes |
typedef struct T1_DecoderRec_* T1_Decoder |
typedef FT_Error(* T1_Decoder_Callback) (T1_Decoder decoder, FT_UInt glyph_index) |
typedef const struct T1_Decoder_FuncsRec_* T1_Decoder_Funcs |
typedef struct T1_Decoder_ZoneRec_ * T1_Decoder_Zone |
typedef struct T1_DecoderRec_ T1_DecoderRec |
typedef struct T1_FieldRec_* T1_Field |
typedef void(* T1_Field_ParseFunc) (FT_Face face, FT_Pointer parser) |
typedef enum T1_FieldLocation_ T1_FieldLocation |
typedef struct T1_FieldRec_ T1_FieldRec |
typedef enum T1_FieldType_ T1_FieldType |
typedef enum T1_ParseState_ T1_ParseState |
typedef struct T1_TokenRec_* T1_Token |
typedef struct T1_TokenRec_ T1_TokenRec |
typedef enum T1_TokenType_ T1_TokenType |
Definition at line 231 of file psaux.h.
Definition at line 210 of file psaux.h.
Enumerator | |
---|---|
T1_Parse_Start | |
T1_Parse_Have_Width | |
T1_Parse_Have_Moveto | |
T1_Parse_Have_Path |
Definition at line 754 of file psaux.h.
Enumerator | |
---|---|
T1_TOKEN_TYPE_NONE | |
T1_TOKEN_TYPE_ANY | |
T1_TOKEN_TYPE_STRING | |
T1_TOKEN_TYPE_ARRAY | |
T1_TOKEN_TYPE_KEY | |
T1_TOKEN_TYPE_MAX |
Definition at line 185 of file psaux.h.