Simulant  21.12-574
A portable game engine for Windows, OSX, Linux, Dreamcast, and PSP
Public Attributes | List of all members
smlt::AppConfig::UI Struct Reference

Public Attributes

std::vector< Pathfont_directories = {}
 
std::string font_family = "Cantarell"
 
uint16_t font_size = 18
 

Member Data Documentation

◆ font_directories

std::vector<Path> smlt::AppConfig::UI::font_directories = {}

If specified, these directories are added to the path temporarily while loading the default font

◆ font_family

std::string smlt::AppConfig::UI::font_family = "Cantarell"

The font-family that is used by default for widgets

◆ font_size

uint16_t smlt::AppConfig::UI::font_size = 18

The root font size, all Rem measurements are based on this unless overridden in a UIConfig


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