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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Returns
Type | Description |
---|---|
DXFont | The effective font. |
Remarks
The GetEffectiveFont
method returns the font actually used in the XRRichText control’s content.
See Also