Skip to main content

TdxRichEditBehaviorOptions.FontSource Property

Specifies the provider of the default font settings of the Rich Edit control.

Declaration

property FontSource: TdxRichEditBaseValueSource read; write; default TdxRichEditBaseValueSource.Auto;

Property Value

Type Default
TdxRichEditBaseValueSource Auto

Remarks

If the FontSource property is set to TdxRichEditBaseValueSource.Control, the control’s inner font settings are used to display text, without any formatting or style applied to it.

Refer to the TdxRichEditBaseValueSource type description for information on available font settings providers.

The default value of the FontSource property is TdxRichEditBaseValueSource.Auto.

See Also