Skip to main content

TdxFcDrawExEventPaintData.FontBrush Property

Provides access to font brush appearance settings.

Declaration

property FontBrush: TdxGPBrush read;

Property Value

Type
TdxGPBrush

Remarks

This property is particularly useful if you address the APaintData parameter within the OnDrawObjectEx event handler to override the default text draw routines. You can use the FontBrush subproperties to specify brush color, style or texture.

See Also