skia
    Preparing search index...

    Interface ShapedLine

    Information for a paragraph of text. See Paragraph.getShapedLines()

    interface ShapedLine {
        baseline: number;
        bottom: number;
        runs: GlyphRun[];
        textRange: Range;
        top: number;
    }
    Index

    Properties

    baseline: number
    bottom: number
    runs: GlyphRun[]
    textRange: Range
    top: number