RADLib
RADical C++ application framework
RADUi::ThemeTypography Struct Reference

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...
 

Detailed Description

Typography tokens.

Member Data Documentation

◆ bodyFamily

std::string RADUi::ThemeTypography::bodyFamily = "Inter, Sans"

Preferred normal font family.

◆ bodySize

int RADUi::ThemeTypography::bodySize = 13

Normal text size.

◆ headingSize

int RADUi::ThemeTypography::headingSize = 17

Heading size.

◆ labelSize

int RADUi::ThemeTypography::labelSize = 12

Compact label size.

◆ monoFamily

std::string RADUi::ThemeTypography::monoFamily = "Monospace"

Preferred monospace font family.

◆ monoSize

int RADUi::ThemeTypography::monoSize = 13

Monospace text size.


The documentation for this struct was generated from the following file: