TcxCanvas.Font Property
In This Article
Specifies the active font for the canvas.
#Declaration
Delphi
property Font: TFont read; write;
#Property Value
Type |
---|
TFont |
#Remarks
Use this property to customize font settings for the DrawTexT procedures. Additionally, you can use the TextFlags property to enable special GDI text draw modes.
Note
The Font property maps to the Font property of the underlying canvas.
See Also