cohtml::Fonts
On this page
Types
Name | |
---|---|
enum | LastResortFontMode { FM_None, FM_Squares, FM_LatinAndSquares} |
enum | UserFontType { UFT_Bitmap, UFT_MSDF} |
enum unsigned char | FontSDF { SDF_Auto, SDF_Off, SDF_On} |
enum unsigned char | FontStyle { FS_Auto, FS_Normal, FS_Italic, FS_Oblique} |
enum unsigned char | FontWeight { FW_Auto, FW_Thin, FW_ExtraLight, FW_Light, FW_Normal, FW_Medium, FW_SemiBold, FW_Bold, FW_ExtraBold, FW_Black} |
Types Documentation
enum LastResortFontMode
Enumerator | Value | Description |
---|---|---|
FM_None | ||
FM_Squares | ||
FM_LatinAndSquares |
enum UserFontType
Enumerator | Value | Description |
---|---|---|
UFT_Bitmap | ||
UFT_MSDF |
enum FontSDF
Enumerator | Value | Description |
---|---|---|
SDF_Auto | ||
SDF_Off | ||
SDF_On |
enum FontStyle
Enumerator | Value | Description |
---|---|---|
FS_Auto | ||
FS_Normal | ||
FS_Italic | ||
FS_Oblique |
enum FontWeight
Enumerator | Value | Description |
---|---|---|
FW_Auto | ||
FW_Thin | ||
FW_ExtraLight | ||
FW_Light | ||
FW_Normal | ||
FW_Medium | ||
FW_SemiBold | ||
FW_Bold | ||
FW_ExtraBold | ||
FW_Black |