@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Interface EditorOptions

    interface EditorOptions {
        defaultFont?: { family: string; ttf: Uint8Array };
        scale?: number;
        renderScale?: number;
        thumbnails?: boolean;
        toolbar?: boolean;
        background?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    defaultFont?: { family: string; ttf: Uint8Array }

    A TrueType font for the text tool (required to add text).

    scale?: number

    CSS zoom multiplier applied to the page boxes (default 1).

    renderScale?: number

    Raster scale for crisp rendering (default 2 ≈ retina).

    thumbnails?: boolean

    Show the thumbnail rail (default true).

    toolbar?: boolean

    Show the toolbar (default true).

    background?: string

    Gutter background colour (default #525659).