A newer version of this page is available.
Switch to the current version.
PrintingFontInfo Class
Obsolete. Contains the font settings of the printed or exported document.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")>
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
Feedback