mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 21:09:27 -06:00
Add the ability to specify RenderEngine font sizes in the configuration file (closes #1653)
This commit is contained in:
@@ -53,6 +53,15 @@ struct Configuration {
|
||||
};
|
||||
std::map<std::string, std::string> fonts;
|
||||
|
||||
struct FontSizes {
|
||||
float frameInfo;
|
||||
float shutdown;
|
||||
float log;
|
||||
float cameraInfo;
|
||||
float versionInfo;
|
||||
};
|
||||
FontSizes fontSize;
|
||||
|
||||
struct Logging {
|
||||
std::string level = "Info";
|
||||
bool forceImmediateFlush = false;
|
||||
|
||||
Reference in New Issue
Block a user