ExportFontInfo Class
OBSOLETE
The Export
Contains the font settings of the exported document.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
#Declaration
[Obsolete("The ExportFontInfo class is obsolete now. Use the ExportFontInfo class from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public class ExportFontInfo :
OptionsBase
#Remarks
Before specifying custom font settings, set the ExportFontInfo.UseCustomFontInfo property to true. Then, you can specify the name of the font (the ExportFontInfo.Name property) that will be used in the printed document or the GDI character set (the ExportFontInfo.GdiCharSet property).
Note
Note that the specified font should be installed on the web server.