[]
ReportViewer.FontDescriptor
Represents a font descriptor for export operations.
example
const font: FontDescriptor = {
name: 'Roboto',
source: '/fonts/roboto.woff2',
weight: '400',
};
• name: string
Gets or sets the font name.
• Optional postscriptName: string
Gets or sets the font PostScript name.
• source: string | string[]
Gets or sets the font source.
• Optional style: string
Gets or sets the font style.
• Optional weight: string
Gets or sets the font weight.