Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Functions
cidparse.c File Reference
#include <ft2build.h>
#include "cidparse.h"
#include "ciderrs.h"

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_cidparse
 

Functions

 cid_parser_new (CID_Parser *parser, FT_Stream stream, FT_Memory memory, PSAux_Service psaux)
 
 cid_parser_done (CID_Parser *parser)
 

Macro Definition Documentation

◆ FT_COMPONENT

#define FT_COMPONENT   trace_cidparse

Definition at line 36 of file cidparse.c.

Function Documentation

◆ cid_parser_done()

cid_parser_done ( CID_Parser parser)

Definition at line 211 of file cidparse.c.

References FT_FRAME_RELEASE.

◆ cid_parser_new()

cid_parser_new ( CID_Parser parser,
FT_Stream  stream,
FT_Memory  memory,
PSAux_Service  psaux 
)