dashboard-devexpress-dot-dashboardwin-8f99db4e.md
The PrintingFontInfo 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/bc4046/
Contains the font settings of the printed or exported document.
Namespace : DevExpress.DashboardWin
Assembly : DevExpress.Dashboard.v25.2.Win.dll
NuGet Package : DevExpress.Win.Dashboard
[Obsolete("The PrintingFontInfo 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/bc4046/")]
public class PrintingFontInfo
<Obsolete("The PrintingFontInfo 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/bc4046/")>
Public Class PrintingFontInfo
Before specifying custom font settings, set the PrintingFontInfo.UseCustomFontInfo property to true. Then, you can specify the name of the font (the PrintingFontInfo.Name property) that will be used in the printed document or the GDI character set (the PrintingFontInfo.GdiCharSet property).
Object PrintingFontInfo
See Also