dashboard-js-devexpress-dot-dashboard-ef3ca0c9.md
Contains the font settings of the exported document.
export interface ExportFontInfo
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 ExportFontInfo.GdiCharSet property).
Note
The specified font should be installed on the web server if you use the Web Dashboard.
Specifies a value that specifies the GDI character set for the current font.
GdiCharSet?: number
| Type | Description |
|---|---|
| number |
A number that specifies the GDI character set for the current font.
|
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 GdiCharSet property.
Specifies the name of the font used in the exported document.
Name?: string
| Type | Description |
|---|---|
| string |
A string that specifies the font’s name.
|
Set the ExportFontInfo.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 ExportFontInfo.GdiCharSet property).
Specifies whether custom font settings are used in the exported document.
UseCustomFontInfo?: boolean
| Type | Description |
|---|---|
| boolean |
true , if custom font settings are used in the exported document; otherwise, false.
|
Set the 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 ExportFontInfo.GdiCharSet property).