ReactOS 0.4.15-dev-8636-g945e856
|
#include <psaux.h>
Public Attributes | |
FT_Error(* | init )(AFM_Parser parser, FT_Memory memory, FT_Byte *base, FT_Byte *limit) |
void(* | done )(AFM_Parser parser) |
FT_Error(* | parse )(AFM_Parser parser) |
void(* AFM_Parser_FuncsRec_::done) (AFM_Parser parser) |
Definition at line 1202 of file psaux.h.
Referenced by parse_afm(), and T1_Read_Metrics().
FT_Error(* AFM_Parser_FuncsRec_::init) (AFM_Parser parser, FT_Memory memory, FT_Byte *base, FT_Byte *limit) |
Definition at line 1196 of file psaux.h.
Referenced by parse_afm(), and T1_Read_Metrics().
FT_Error(* AFM_Parser_FuncsRec_::parse) (AFM_Parser parser) |
Definition at line 1205 of file psaux.h.
Referenced by parse_afm(), and T1_Read_Metrics().