Skip to main content
A newer version of this page is available. .

ExportFontInfo.GdiCharSet Property

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

Namespace: DevExpress.DashboardCommon

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

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 used by 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