brilliant-msg
    Preparing search index...

    Interface TxTextPageOptions

    Options for TxTextPage constructor.

    interface TxTextPageOptions {
        layout: TextLayout;
        text: string;
    }
    Index

    Properties

    Properties

    layout: TextLayout

    The layout to use for text rendering.

    text: string

    The text to render.