mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4256 Update fonts in Project and views when changing preferences
This commit is contained in:
@@ -87,6 +87,14 @@ namespace caf {
|
||||
m_textColor = color;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void TitledOverlayFrame::setFont(cvf::Font* font)
|
||||
{
|
||||
m_font = font;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -62,6 +62,7 @@ namespace caf {
|
||||
cvf::Vec2ui renderSize() const;
|
||||
|
||||
void setTextColor(const cvf::Color3f& color);
|
||||
void setFont(cvf::Font* font);
|
||||
void setLineColor(const cvf::Color3f& lineColor);
|
||||
void setLineWidth(int lineWidth);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user