Open CASCADE Technology  7.7.0
Data Structures | Typedefs

Font_FTFont.hxx File Reference

#include <Font_FontAspect.hxx>
#include <Font_Hinting.hxx>
#include <Font_Rect.hxx>
#include <Font_StrictLevel.hxx>
#include <Font_UnicodeSubset.hxx>
#include <Graphic3d_HorizontalTextAlignment.hxx>
#include <Graphic3d_VerticalTextAlignment.hxx>
#include <Image_PixMap.hxx>
#include <NCollection_String.hxx>
#include <TCollection_AsciiString.hxx>

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