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
cidobjs.h File Reference
#include <ft2build.h>

Go to the source code of this file.

Classes

struct  CID_SizeRec_
 
struct  CID_GlyphSlotRec_
 

Typedefs

typedef typedefFT_BEGIN_HEADER struct CID_Size_Hints_ CID_Size_Hints
 
typedef struct CID_Glyph_Hints_ CID_Glyph_Hints
 
typedef struct CID_DriverRec_ * CID_Driver
 
typedef struct CID_SizeRec_CID_Size
 
typedef struct CID_GlyphSlotRec_CID_GlyphSlot
 
typedef struct CID_CharMapRec_ * CID_CharMap
 
typedef struct CID_SizeRec_ CID_SizeRec
 
typedef struct CID_GlyphSlotRec_ CID_GlyphSlotRec
 

Functions

 cid_slot_done (FT_GlyphSlot slot)
 
 cid_slot_init (FT_GlyphSlot slot)
 
 cid_size_done (FT_Size size)
 
 cid_size_init (FT_Size size)
 
 cid_size_request (FT_Size size, FT_Size_Request req)
 
 cid_face_init (FT_Stream stream, FT_Face face, FT_Int face_index, FT_Int num_params, FT_Parameter *params)
 
 cid_face_done (FT_Face face)
 
 cid_driver_init (FT_Module driver)
 
 cid_driver_done (FT_Module driver)
 

Typedef Documentation

◆ CID_CharMap

typedef struct CID_CharMapRec_* CID_CharMap

Definition at line 83 of file cidobjs.h.

◆ CID_Driver

typedef struct CID_DriverRec_* CID_Driver

Definition at line 45 of file cidobjs.h.

◆ CID_Glyph_Hints

typedef struct CID_Glyph_Hints_ CID_Glyph_Hints

Definition at line 34 of file cidobjs.h.

◆ CID_GlyphSlot

Definition at line 67 of file cidobjs.h.

◆ CID_GlyphSlotRec

◆ CID_Size

typedef struct CID_SizeRec_* CID_Size

Definition at line 56 of file cidobjs.h.

◆ CID_Size_Hints

typedef typedefFT_BEGIN_HEADER struct CID_Size_Hints_ CID_Size_Hints

Definition at line 33 of file cidobjs.h.

◆ CID_SizeRec

typedef struct CID_SizeRec_ CID_SizeRec

Function Documentation

◆ cid_driver_done()

cid_driver_done ( FT_Module  driver)

Definition at line 485 of file cidobjs.c.

References driver, and FT_UNUSED.

◆ cid_driver_init()

cid_driver_init ( FT_Module  driver)

Definition at line 465 of file cidobjs.c.

References driver, FT_Err_Ok, FT_LOCAL_DEF, and FT_UNUSED.

◆ cid_face_done()

cid_face_done ( FT_Face  face)

◆ cid_face_init()

cid_face_init ( FT_Stream  stream,
FT_Face  face,
FT_Int  face_index,
FT_Int  num_params,
FT_Parameter params 
)

◆ cid_size_done()

cid_size_done ( FT_Size  size)

Definition at line 111 of file cidobjs.c.

◆ cid_size_init()

cid_size_init ( FT_Size  size)

Definition at line 131 of file cidobjs.c.

References error, and FT_Err_Ok.

◆ cid_size_request()

cid_size_request ( FT_Size  size,
FT_Size_Request  req 
)

Definition at line 156 of file cidobjs.c.

References FT_Request_Metrics().

◆ cid_slot_done()

cid_slot_done ( FT_GlyphSlot  slot)

Definition at line 50 of file cidobjs.c.

References FT_LOCAL_DEF.

◆ cid_slot_init()

cid_slot_init ( FT_GlyphSlot  slot)