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

    Interface PositionedRun

    A StyledRun with its computed x-offset relative to the start of its line.

    interface PositionedRun {
        bold?: boolean;
        fill?: FillStyle;
        fontFamily?: string;
        fontSize?: number;
        italic?: boolean;
        letterSpacing?: number;
        strikethrough?: boolean;
        stroke?: Stroke;
        text: string;
        underline?: boolean;
        x: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bold?: boolean
    fill?: FillStyle
    fontFamily?: string
    fontSize?: number
    italic?: boolean
    letterSpacing?: number
    strikethrough?: boolean
    stroke?: Stroke

    Outline over this run's glyphs. Overrides the node style's stroke; absent inherits it. Only painted on the outline tier — see TextStyle.stroke.

    text: string
    underline?: boolean
    x: number