cohtml::FontDescription
Struct used for identifying fonts.
#include <System.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| const char * | FontFamily Specifies the font family Pass nullptr to use the original font family specified in the font when registering it. |
| Fonts::FontStyle | Style Specifies the style of the font Pass Auto to use the original font style specified in the font when registering it. |
| Fonts::FontWeight | Weight Specifies the weight of the font Pass Auto to use the original font weight specified in the font when registering it. |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable FontFamily
Section titled “variable FontFamily”const char * FontFamily = nullptr;Specifies the font family Pass nullptr to use the original font family specified in the font when registering it.
variable Style
Section titled “variable Style”Fonts::FontStyle Style = Fonts::FS_Auto;Specifies the style of the font Pass Auto to use the original font style specified in the font when registering it.
variable Weight
Section titled “variable Weight”Fonts::FontWeight Weight = Fonts::FW_Auto;Specifies the weight of the font Pass Auto to use the original font weight specified in the font when registering it.
© 2026 Coherent Labs. All rights reserved.