Skip to main content

ExportFontInfo.GdiCharSet Property

Gets or sets a value that specifies the GDI character set for the current font.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue((byte)0)]
public byte GdiCharSet { get; set; }

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