mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Added support for transformation matrix in meters.
This commit is contained in:
@ -37,7 +37,7 @@ public:
|
||||
virtual void ReadConfig(const WCHAR* section);
|
||||
virtual void Initialize();
|
||||
virtual bool Update();
|
||||
virtual bool Draw();
|
||||
virtual bool Draw(Gdiplus::Graphics& graphics);
|
||||
virtual void BindMeasure(std::list<CMeasure*>& measures);
|
||||
|
||||
private:
|
||||
@ -49,7 +49,7 @@ private:
|
||||
BOLDITALIC
|
||||
};
|
||||
|
||||
bool DrawString(Gdiplus::RectF* rect);
|
||||
bool DrawString(Gdiplus::Graphics& graphics, Gdiplus::RectF* rect);
|
||||
|
||||
Gdiplus::Color m_Color; // The color of the text
|
||||
std::wstring m_Postfix; // The postfix of the text
|
||||
|
Reference in New Issue
Block a user