mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
b27bf1ee63
When AccurateText=0 (default) and UseD2D=0, inaccurate GDI+ measuring of text is used When AccurateText=1 and UseD2D=0, Accurate measuring occurs similar to D2D When AccurateText=0 and UseD2D=1, D2D adds padding to the text similar to GDI+ When AccurateText=1 and UseD2D=1, Accurate measuring occurs using D2D |
||
---|---|---|
.. | ||
Util | ||
Canvas.cpp | ||
Canvas.h | ||
CanvasD2D.cpp | ||
CanvasD2D.h | ||
CanvasGDIP.cpp | ||
CanvasGDIP.h | ||
FontCollection.cpp | ||
FontCollection.h | ||
FontCollectionD2D.cpp | ||
FontCollectionD2D.h | ||
FontCollectionGDIP.cpp | ||
FontCollectionGDIP.h | ||
TextFormat.cpp | ||
TextFormat.h | ||
TextFormatD2D.cpp | ||
TextFormatD2D.h | ||
TextFormatGDIP.cpp | ||
TextFormatGDIP.h |