Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCanvas.Font Property

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