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 | Macros | Typedefs
cfftypes.h File Reference
#include <ft2build.h>

Go to the source code of this file.

Classes

struct  CFF_IndexRec_
 
struct  CFF_EncodingRec_
 
struct  CFF_CharsetRec_
 
struct  CFF_FontRecDictRec_
 
struct  CFF_PrivateRec_
 
struct  CFF_FDSelectRec_
 
struct  CFF_SubFontRec_
 
struct  CFF_FontRec_
 

Macros

#define CFF_MAX_CID_FONTS   256
 

Typedefs

typedef FT_BEGIN_HEADER struct CFF_IndexRec_ CFF_IndexRec
 
typedef FT_BEGIN_HEADER struct CFF_IndexRec_CFF_Index
 
typedef struct CFF_EncodingRec_ CFF_EncodingRec
 
typedef struct CFF_EncodingRec_CFF_Encoding
 
typedef struct CFF_CharsetRec_ CFF_CharsetRec
 
typedef struct CFF_CharsetRec_CFF_Charset
 
typedef struct CFF_FontRecDictRec_ CFF_FontRecDictRec
 
typedef struct CFF_FontRecDictRec_CFF_FontRecDict
 
typedef struct CFF_PrivateRec_ CFF_PrivateRec
 
typedef struct CFF_PrivateRec_CFF_Private
 
typedef struct CFF_FDSelectRec_ CFF_FDSelectRec
 
typedef struct CFF_FDSelectRec_CFF_FDSelect
 
typedef struct CFF_SubFontRec_ CFF_SubFontRec
 
typedef struct CFF_SubFontRec_CFF_SubFont
 
typedef struct CFF_FontRec_ CFF_FontRec
 
typedef struct CFF_FontRec_CFF_Font
 

Macro Definition Documentation

◆ CFF_MAX_CID_FONTS

#define CFF_MAX_CID_FONTS   256

Definition at line 216 of file cfftypes.h.

Typedef Documentation

◆ CFF_Charset

typedef struct CFF_CharsetRec_ * CFF_Charset

◆ CFF_CharsetRec

◆ CFF_Encoding

typedef struct CFF_EncodingRec_ * CFF_Encoding

◆ CFF_EncodingRec

◆ CFF_FDSelect

typedef struct CFF_FDSelectRec_ * CFF_FDSelect

◆ CFF_FDSelectRec

◆ CFF_Font

typedef struct CFF_FontRec_ * CFF_Font

◆ CFF_FontRec

typedef struct CFF_FontRec_ CFF_FontRec

◆ CFF_FontRecDict

◆ CFF_FontRecDictRec

◆ CFF_Index

◆ CFF_IndexRec

◆ CFF_Private

typedef struct CFF_PrivateRec_ * CFF_Private

◆ CFF_PrivateRec

◆ CFF_SubFont

typedef struct CFF_SubFontRec_ * CFF_SubFont

◆ CFF_SubFontRec