mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Gfx: Added comment
This commit is contained in:
parent
572f2da0d2
commit
82b8920443
@ -100,6 +100,12 @@ protected:
|
||||
int m_W;
|
||||
int m_H;
|
||||
|
||||
// GDI+, by default, includes padding around the string and also has a larger character spacing
|
||||
// compared to DirectWrite. In order to minimize diffeences between the text renderers,
|
||||
// an option is provided to enable accurate (typographic) text rendering. If set to |true|,
|
||||
// it is expected that there is no padding around the text and that the output is similar to
|
||||
// the default DirectWrite output. Otherwise, the expected result should be similar to that of
|
||||
// non-typographic GDI+.
|
||||
bool m_AccurateText;
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user