draw(canvas:pos:color:dcColor:)

    Draw all lines of the text and drop cap into a canvas item at a given position, with color. pos specifies the top left corner of the bounding box.

    TextParagraph.swift:1478
    final func draw(canvas: RID, pos: Vector2, color: Color = Color (r: 1, g: 1, b: 1, a: 1), dcColor: Color = Color (r: 1, g: 1, b: 1, a: 1))

    Other members in extension

    Type members

    Instance members