Files
esDashboard/src/config/server/TextStyleConfig.h
T
2025-12-29 13:39:40 +00:00

13 lines
187 B
C++

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