Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxFontInfoBase.GdiCharSet Property

Specifies a value that specifies the GDI character set for the current font.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public byte GdiCharSet { get; set; }

Property Value

Type Description
Byte

A Byte value that specifies the GDI character set for the current font.

Remarks

Set the UseCustomFontInfo property to true to specify custom font settings. Then, you can specify the font’s name (the Name property) that is used in the printed document or the GDI character set (the GdiCharSet property). The specified font should be installed on the web server.

See Also