FMX.Types.GlobalUseGDIPlusClearType
Delphi
GlobalUseGDIPlusClearType: Boolean = True;
C++
extern DELPHI_PACKAGE bool GlobalUseGDIPlusClearType;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
A Boolean variable that affects only text rendering using the GDI+ canvas.
FMX.Types.GlobalUseGDIPlusClearType sets text rendering for the GDI+ canvas, and works on Windows XP.
- If GlobalUseGDIPlusClearType is true, cleartype rendering is enabled.
- If GlobalUseGDIPlusClearType is false, then gray scale antialiasing is used.