Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <freetype/freetype.h>
#include <freetype/ftparams.h>
Go to the source code of this file.
Data Structures | |
struct | FT_Prop_GlyphToScriptMap_ |
struct | FT_Prop_IncreaseXHeight_ |
Macros | |
#define | FT_HINTING_FREETYPE 0 |
#define | FT_HINTING_ADOBE 1 |
#define | FT_CFF_HINTING_FREETYPE FT_HINTING_FREETYPE |
#define | FT_CFF_HINTING_ADOBE FT_HINTING_ADOBE |
#define | TT_INTERPRETER_VERSION_35 35 |
#define | TT_INTERPRETER_VERSION_38 38 |
#define | TT_INTERPRETER_VERSION_40 40 |
#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 |
#define FT_AUTOHINTER_SCRIPT_CJK 2 |
Definition at line 1110 of file ftdriver.h.
#define FT_AUTOHINTER_SCRIPT_INDIC 3 |
Definition at line 1111 of file ftdriver.h.
#define FT_AUTOHINTER_SCRIPT_LATIN 1 |
Definition at line 1109 of file ftdriver.h.
#define FT_AUTOHINTER_SCRIPT_NONE 0 |
Definition at line 1108 of file ftdriver.h.
#define FT_CFF_HINTING_ADOBE FT_HINTING_ADOBE |
Definition at line 371 of file ftdriver.h.
#define FT_CFF_HINTING_FREETYPE FT_HINTING_FREETYPE |
Definition at line 370 of file ftdriver.h.
#define FT_HINTING_ADOBE 1 |
Definition at line 367 of file ftdriver.h.
#define FT_HINTING_FREETYPE 0 |
Definition at line 366 of file ftdriver.h.
#define TT_INTERPRETER_VERSION_35 35 |
Definition at line 759 of file ftdriver.h.
#define TT_INTERPRETER_VERSION_38 38 |
Definition at line 760 of file ftdriver.h.
#define TT_INTERPRETER_VERSION_40 40 |
Definition at line 761 of file ftdriver.h.
typedef struct FT_Prop_GlyphToScriptMap_ FT_Prop_GlyphToScriptMap |
typedef struct FT_Prop_IncreaseXHeight_ FT_Prop_IncreaseXHeight |