Function putText

  • put text in a clo canva.

    Parameters

    • clo: Clo

      : the clo object

    • str: string

      input string

    • sty: FontStyle

      input fontstyle

    • pageNo: number
    • x: number

      base x-point from left

    • y: number

      base y-point from top

    Returns Promise<Clo>

    a new updated clo object

Generated using TypeDoc