PixiDom - v1.0.0
    Preparing search index...

    Type Alias TextLayout

    type TextLayout = {
        height: number;
        lineHeight: number;
        lines: LayoutLine[];
        text: string;
        width: number;
    }
    Index

    Properties

    height: number

    lines.length * lineHeight.

    lineHeight: number
    lines: LayoutLine[]
    text: string
    width: number

    Widest line width.