PixiDom - v1.0.0
    Preparing search index...

    Type Alias LayoutOptions

    type LayoutOptions = {
        lineHeight: number;
        measure: MeasureGlyph;
        wrapWidth?: number;
    }
    Index

    Properties

    lineHeight: number

    Vertical distance between line tops; also the height of a line box.

    measure: MeasureGlyph
    wrapWidth?: number

    Wrap lines to this pixel width. Omit for no soft wrapping.