DxFontInfoBase.GdiCharSet Property
Specifies a value that specifies the GDI character set for the current font.
Namespace: DevExpress.DashboardBlazor
Assembly: DevExpress.Dashboard.v24.1.Blazor.dll
NuGet Package: DevExpress.Blazor.Dashboard
Declaration
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