|
RADLib
RADical C++ application framework
|
Typography tokens. More...
#include <RADTheme.h>
Public Attributes | |
| int | bodySize = 13 |
| Normal text size. More... | |
| int | labelSize = 12 |
| Compact label size. More... | |
| int | headingSize = 17 |
| Heading size. More... | |
| int | monoSize = 13 |
| Monospace text size. More... | |
| std::string | bodyFamily = "Inter, Sans" |
| Preferred normal font family. More... | |
| std::string | monoFamily = "Monospace" |
| Preferred monospace font family. More... | |
Typography tokens.
| std::string RADUi::ThemeTypography::bodyFamily = "Inter, Sans" |
Preferred normal font family.
| int RADUi::ThemeTypography::bodySize = 13 |
Normal text size.
| int RADUi::ThemeTypography::headingSize = 17 |
Heading size.
| int RADUi::ThemeTypography::labelSize = 12 |
Compact label size.
| std::string RADUi::ThemeTypography::monoFamily = "Monospace" |
Preferred monospace font family.
| int RADUi::ThemeTypography::monoSize = 13 |
Monospace text size.