weasel API - v0.8.0
    Preparing search index...

    Interface LayoutLine

    A single laid-out line of text: its positioned runs, total width, and computed line height.

    interface LayoutLine {
        height: number;
        runs: PositionedRun[];
        width: number;
    }
    Index

    Properties

    Properties

    height: number
    width: number