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

Go to the source code of this file.

Classes

struct  FT_Prop_GlyphToScriptMap_
 
struct  FT_Prop_IncreaseXHeight_
 

Macros

#define FT_AUTOHINTER_SCRIPT_NONE   0
 
#define FT_AUTOHINTER_SCRIPT_LATIN   1
 
#define FT_AUTOHINTER_SCRIPT_CJK   2
 
#define FT_AUTOHINTER_SCRIPT_INDIC   3
 

Typedefs

typedef struct FT_Prop_GlyphToScriptMap_ FT_Prop_GlyphToScriptMap
 
typedef struct FT_Prop_IncreaseXHeight_ FT_Prop_IncreaseXHeight
 

Macro Definition Documentation

◆ FT_AUTOHINTER_SCRIPT_CJK

#define FT_AUTOHINTER_SCRIPT_CJK   2

Definition at line 229 of file ftautoh.h.

◆ FT_AUTOHINTER_SCRIPT_INDIC

#define FT_AUTOHINTER_SCRIPT_INDIC   3

Definition at line 230 of file ftautoh.h.

◆ FT_AUTOHINTER_SCRIPT_LATIN

#define FT_AUTOHINTER_SCRIPT_LATIN   1

Definition at line 228 of file ftautoh.h.

◆ FT_AUTOHINTER_SCRIPT_NONE

#define FT_AUTOHINTER_SCRIPT_NONE   0

Definition at line 227 of file ftautoh.h.

Typedef Documentation

◆ FT_Prop_GlyphToScriptMap

◆ FT_Prop_IncreaseXHeight