dxUseAntialiasingForRotatedText Variable
In This Article
Specifies whether the TcxCanvas.DrawTexT procedure applies the ClearType antialiasing effect to rotated text.
#Declaration
Delphi
var dxUseAntialiasingForRotatedText: Boolean = True;
#Variable Value
Type |
---|
Boolean |
#Remarks
Set this variable to False to disable ClearType for rotated text if the second overloaded TcxCanvas.DrawTexT procedure distorts rotated text in the case of certain font settings.
See Also