PrintingFontInfo Class
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/
Contains the font settings of the printed or exported document.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
Declaration
[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
Remarks
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).
Inheritance
Object
PrintingFontInfo
See Also