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
cidload.c File Reference
#include <ft2build.h>
#include "cidload.h"
#include "ciderrs.h"
#include "cidtoken.h"

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_cidload
 

Functions

 cid_get_offset (FT_Byte **start, FT_Byte offsize)
 
 cid_parse_font_matrix (CID_Face face, CID_Parser *parser)
 
 parse_fd_array (CID_Face face, CID_Parser *parser)
 
 parse_expansion_factor (CID_Face face, CID_Parser *parser)
 
 cid_face_open (CID_Face face, FT_Int face_index)
 

Macro Definition Documentation

◆ FT_COMPONENT

#define FT_COMPONENT   trace_cidload

Definition at line 37 of file cidload.c.

Function Documentation

◆ cid_face_open()

cid_face_open ( CID_Face  face,
FT_Int  face_index 
)

Definition at line 635 of file cidload.c.

References error, FT_FaceRec_::memory, and CID_FaceRec_::root.

Referenced by cid_face_init().

◆ cid_get_offset()

cid_get_offset ( FT_Byte **  start,
FT_Byte  offsize 
)

Definition at line 42 of file cidload.c.

Referenced by cid_load_glyph().

◆ cid_parse_font_matrix()

cid_parse_font_matrix ( CID_Face  face,
CID_Parser parser 
)

◆ parse_expansion_factor()

parse_expansion_factor ( CID_Face  face,
CID_Parser parser 
)

◆ parse_fd_array()

parse_fd_array ( CID_Face  face,
CID_Parser parser 
)