Trevixal API
    Preparing search index...
    interface RTFOptions {
        fontFamily?: string;
        fontSize?: number;
        rendered?: RenderedDocument;
        theme?: Readonly<Record<string, string>>;
    }
    Index
    fontFamily?: string

    Body font; Calibri by default.

    fontSize?: number

    Body size in points; 11 by default.

    rendered?: RenderedDocument

    What the editor drew that the document does not hold: highlighted code, and the picture a diagram block only describes.

    theme?: Readonly<Record<string, string>>

    The editor's palette, so the document opens in the theme it was written in. Omitted, the writer uses the reader's own black-on-white.