Add the ability to specify RenderEngine font sizes in the configuration file (closes #1653)

This commit is contained in:
Alexander Bock
2021-06-17 15:39:16 +02:00
parent 89fa6de0b9
commit b1f10b1b70
5 changed files with 90 additions and 51 deletions
+3 -2
View File
@@ -233,8 +233,9 @@ private:
std::vector<ghoul::opengl::ProgramObject*> _programs;
std::shared_ptr<ghoul::fontrendering::Font> _fontFrameInfo;
std::shared_ptr<ghoul::fontrendering::Font> _fontInfo;
std::shared_ptr<ghoul::fontrendering::Font> _fontDate;
std::shared_ptr<ghoul::fontrendering::Font> _fontCameraInfo;
std::shared_ptr<ghoul::fontrendering::Font> _fontVersionInfo;
std::shared_ptr<ghoul::fontrendering::Font> _fontShutdown;
std::shared_ptr<ghoul::fontrendering::Font> _fontLog;
struct {