TcxCanvas.Font Property
Specifies the active font for the canvas.
Declaration
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