ExportFontInfo.GdiCharSet Property
Gets or sets a value that specifies the GDI character set for the current font.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Byte | 0 | A Byte value that specifies the GDI character set for the current font. |
Remarks
Set the ExportFontInfo.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 GdiCharSet property).
See Also