Open CASCADE Technology 7.8.0
|
Font initialization parameters. More...
#include <Font_FTFont.hxx>
Public Member Functions | |
Font_FTFontParams () | |
Empty constructor. | |
Font_FTFontParams (unsigned int thePointSize, unsigned int theResolution) | |
Constructor. | |
Data Fields | |
unsigned int | PointSize |
face size in points (1/72 inch) | |
unsigned int | Resolution |
resolution of the target device in dpi for FT_Set_Char_Size() | |
Font_Hinting | FontHinting |
request hinting (exclude FT_LOAD_NO_HINTING flag), Font_Hinting_Off by default; hinting improves readability of thin text on low-resolution screen, but adds distortions to original font depending on font family and font library version | |
bool | ToSynthesizeItalic |
generate italic style (e.g. for font family having no italic style); FALSE by default | |
bool | IsSingleStrokeFont |
single-stroke (one-line) font, FALSE by default | |
Font initialization parameters.
|
inline |
Empty constructor.
|
inline |
Constructor.
Font_Hinting Font_FTFontParams::FontHinting |
request hinting (exclude FT_LOAD_NO_HINTING flag), Font_Hinting_Off by default; hinting improves readability of thin text on low-resolution screen, but adds distortions to original font depending on font family and font library version
bool Font_FTFontParams::IsSingleStrokeFont |
single-stroke (one-line) font, FALSE by default
resolution of the target device in dpi for FT_Set_Char_Size()
bool Font_FTFontParams::ToSynthesizeItalic |
generate italic style (e.g. for font family having no italic style); FALSE by default