mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4255 Read default plot font sizes from preferences and apply
This commit is contained in:
@@ -51,7 +51,8 @@ public:
|
||||
typedef caf::AppEnum<FontSize> FontSizeType;
|
||||
|
||||
static cvf::ref<caf::FixedAtlasFont> getFont(FontSize fontSize);
|
||||
static int getPointSize(FontSize fontSize);
|
||||
static int pointSizeFromFontSizeEnum(FontSize fontSize);
|
||||
static FontSize fontSizeEnumFromPointSize(int pointSize);
|
||||
|
||||
private:
|
||||
static std::map<FontSize, cvf::ref<caf::FixedAtlasFont>> ms_fonts;
|
||||
|
||||
Reference in New Issue
Block a user