Interface TextLayoutOptions

interface TextLayoutOptions {
    maxLineWidth?: number;
}

Properties

Properties

maxLineWidth?: number