mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
First round of caf::FontTools
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "RiaFontCache.h"
|
||||
|
||||
#include "cvfCollection.h"
|
||||
#include "cvfModelBasicList.h"
|
||||
#include "cvfPart.h"
|
||||
@@ -46,7 +48,7 @@ public:
|
||||
void updateFromBackgroundColor( const cvf::Color3f& backgroundColor );
|
||||
|
||||
void createGridBoxParts();
|
||||
|
||||
void setGridLabelFontSize(int fontSize);
|
||||
void updateFromCamera( const cvf::Camera* camera );
|
||||
|
||||
cvf::Model* model();
|
||||
@@ -122,6 +124,7 @@ private:
|
||||
|
||||
cvf::Color3f m_gridColor;
|
||||
cvf::Color3f m_gridLegendColor;
|
||||
int m_fontPointSize;
|
||||
|
||||
bool m_needsRegeneration;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user