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]
Functions
ftcid.c File Reference
#include <ft2build.h>

Go to the source code of this file.

Functions

 FT_Get_CID_Registry_Ordering_Supplement (FT_Face face, const char **registry, const char **ordering, FT_Int *supplement)
 
 FT_Get_CID_Is_Internally_CID_Keyed (FT_Face face, FT_Bool *is_cid)
 
 FT_Get_CID_From_Glyph_Index (FT_Face face, FT_UInt glyph_index, FT_UInt *cid)
 

Function Documentation

◆ FT_Get_CID_From_Glyph_Index()

FT_Get_CID_From_Glyph_Index ( FT_Face  face,
FT_UInt  glyph_index,
FT_UInt cid 
)

Definition at line 91 of file ftcid.c.

References error, FT_ERR, and FT_FACE_FIND_SERVICE.

◆ FT_Get_CID_Is_Internally_CID_Keyed()

FT_Get_CID_Is_Internally_CID_Keyed ( FT_Face  face,
FT_Bool is_cid 
)

Definition at line 65 of file ftcid.c.

References error, FT_Bool, FT_ERR, FT_EXPORT_DEF, and FT_FACE_FIND_SERVICE.

◆ FT_Get_CID_Registry_Ordering_Supplement()

FT_Get_CID_Registry_Ordering_Supplement ( FT_Face  face,
const char **  registry,
const char **  ordering,
FT_Int supplement 
)

Definition at line 27 of file ftcid.c.

References error, FT_ERR, FT_EXPORT_DEF, FT_FACE_FIND_SERVICE, and NULL.