Dynamic variables can be used to change the font in the string Meter.cpp.

Removed the error message if the meter's dimensions are 0.
This commit is contained in:
Kimmo Pekkola
2009-08-27 17:05:10 +00:00
parent c09ff5cf61
commit c6fdbf7b60
4 changed files with 19 additions and 10 deletions

View File

@ -126,6 +126,7 @@ protected:
Gdiplus::Color m_SolidColor2;
Gdiplus::REAL m_SolidAngle;
bool m_AntiAlias; // If true, the line is antialiased
bool m_Initialized;
CMeterWindow* m_MeterWindow;
};