Skip to main content

XRRichText.GetEffectiveFont() Method

Overrides the XRControl.GetEffectiveFont property, to return the font from the content of the XRRichText control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public override DXFont GetEffectiveFont()

Returns

Type Description
DXFont

The effective font.

Remarks

The GetEffectiveFont method returns the font actually used in the XRRichText control’s content.

See Also