Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "t42objs.h"
Go to the source code of this file.
Classes | |
struct | T42_ParserRec_ |
struct | T42_Loader_ |
Typedefs | |
typedef FT_BEGIN_HEADER struct T42_ParserRec_ | T42_ParserRec |
typedef FT_BEGIN_HEADER struct T42_ParserRec_ * | T42_Parser |
typedef struct T42_Loader_ | T42_LoaderRec |
typedef struct T42_Loader_ * | T42_Loader |
Functions | |
t42_parser_init (T42_Parser parser, FT_Stream stream, FT_Memory memory, PSAux_Service psaux) | |
t42_parser_done (T42_Parser parser) | |
t42_parse_dict (T42_Face face, T42_Loader loader, FT_Byte *base, FT_Long size) | |
t42_loader_init (T42_Loader loader, T42_Face face) | |
t42_loader_done (T42_Loader loader) | |
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 |
t42_loader_done | ( | T42_Loader | loader | ) |
Definition at line 1171 of file t42parse.c.
References T1_Release_Table, and t42_parser_done().
t42_loader_init | ( | T42_Loader | loader, |
T42_Face | face | ||
) |
Definition at line 1154 of file t42parse.c.
References FT_LOCAL_DEF, FT_MEM_ZERO, and FT_UNUSED.
t42_parse_dict | ( | T42_Face | face, |
T42_Loader | loader, | ||
FT_Byte * | base, | ||
FT_Long | size | ||
) |
Definition at line 1023 of file t42parse.c.
References FT_Err_Ok, ft_memcmp, ft_strlen, ft_strncmp, i, T1_FieldRec_::ident, if(), keyword, root, T1_Skip_PS_Token, T1_Skip_Spaces, T1_TOKEN_TYPE_ARRAY, T1_ToToken, and T1_TokenRec_::type.
t42_parser_done | ( | T42_Parser | parser | ) |
t42_parser_init | ( | T42_Parser | parser, |
FT_Stream | stream, | ||
FT_Memory | memory, | ||
PSAux_Service | psaux | ||
) |
Definition at line 142 of file t42parse.c.
References error, FT_ALLOC, FT_Err_Ok, FT_FRAME_ENTER, FT_FRAME_EXIT, FT_FREE, FT_LOCAL_DEF, ft_memcmp, FT_STREAM_READ, FT_STREAM_SEEK, FT_STREAM_SKIP, FT_THROW(), FT_TRACE2, and if().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:56.
© Copyright Michele Bosi. All rights reserved.