Skip to main content

dxUseAntialiasingForRotatedText Variable

Specifies whether the TcxCanvas.DrawTexT procedure applies the ClearType antialiasing effect to rotated text.

Declaration

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