Modularizing font specification

This commit is contained in:
Alexander Bock
2014-11-18 16:21:52 +01:00
parent 66ef5d9e3b
commit a0503ba957
3 changed files with 24 additions and 4 deletions
+3 -2
View File
@@ -31,9 +31,10 @@ namespace openspace {
namespace constants {
namespace fonts {
const std::string keyFonts = "Fonts";
const std::string keySGCT = "SGCTFont";
const std::string keyMono = "UbuntuMono";
const std::string keyLight = "UbuntuLight";
const std::string keyMono = "Mono";
const std::string keyLight = "Light";
} // namespace fonts
namespace configurationmanager {