PDF Web Viewer
    Preparing search index...

    Interface IUserFontData

    User fonts configuration with base URL for font files.

    interface IUserFontData {
        baseUrl: string;
        fonts: IUserFont[];
    }
    Index

    Properties

    Properties

    baseUrl: string

    Base URL for font files. For Google Fonts use 'https://fonts.googleapis.com/css2', for custom fonts use your CDN URL.

    fonts: IUserFont[]

    Array of user font definitions.