ExportFontInfo.UseCustomFontInfo Property
Gets or sets whether custom font settings are used in the exported document.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, if custom font settings are used in the exported document; otherwise, false. |
Remarks
Set the UseCustomFontInfo property to true to specify custom font settings. Then, you can specify the font’s name (the ExportFontInfo.Name property) that is used in the printed document or the GDI character set (the ExportFontInfo.GdiCharSet property).
See Also