Text lines with their layout information

interface LineInfo {
    height: number;
    text: string;
    width: number;
}

Properties

Properties

height: number

Height of the line

text: string

Text content of the line

width: number

Width of the line

Generated using TypeDoc