[]
        
(Showing Draft Content)

ReportViewer.FontDescriptor

Interface: FontDescriptor

ReportViewer.FontDescriptor

Represents a font descriptor for export operations.

example

const font: FontDescriptor = {
	name: 'Roboto',
	source: '/fonts/roboto.woff2',
	weight: '400',
};

Table of contents

Properties

Properties

name

name: string

Gets or sets the font name.


postscriptName

Optional postscriptName: string

Gets or sets the font PostScript name.


source

source: string | string[]

Gets or sets the font source.


style

Optional style: string

Gets or sets the font style.


weight

Optional weight: string

Gets or sets the font weight.