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]
Classes | Typedefs | Functions
cidload.h File Reference
#include <ft2build.h>
#include "cidparse.h"

Go to the source code of this file.

Classes

struct  CID_Loader_
 

Typedefs

typedef FT_BEGIN_HEADER struct CID_Loader_ CID_Loader
 

Functions

 cid_get_offset (FT_Byte **start, FT_Byte offsize)
 
 cid_face_open (CID_Face face, FT_Int face_index)
 

Typedef Documentation

◆ CID_Loader

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().