Open CASCADE Technology 7.8.2.dev
Font_FTFont.hxx File Reference

Data Structures

struct  Font_FTFontParams
 Font initialization parameters. More...
 
class  Font_FTFont
 Wrapper over FreeType font. Notice that this class uses internal buffers for loaded glyphs and it is absolutely UNSAFE to load/read glyph from concurrent threads! More...
 

Typedefs

typedef struct FT_FaceRec_ * FT_Face
 
typedef struct FT_Vector_ FT_Vector
 
typedef struct FT_Outline_ FT_Outline
 

Typedef Documentation

◆ FT_Face

typedef struct FT_FaceRec_* FT_Face

◆ FT_Outline

typedef struct FT_Outline_ FT_Outline

◆ FT_Vector

typedef struct FT_Vector_ FT_Vector