#pragma once #include namespace config::server { struct TextStyleConfig { std::string fontPath; int fontSize = 10; }; } // namespace config::server