X-Git-Url: https://git.kianting.info/?a=blobdiff_plain;f=docs%2Ffunctions%2Fcanva.putText.html;fp=docs%2Ffunctions%2Fcanva.putText.html;h=34adcce1f732bc9b86a2c16bb958f7157c98dee4;hb=c3dc58d74afa6b298d84bad90d63c027a32a954a;hp=0000000000000000000000000000000000000000;hpb=796e0c20c767e214b104fa3d17e754ce58da6e73;p=clo diff --git a/docs/functions/canva.putText.html b/docs/functions/canva.putText.html new file mode 100644 index 0000000..34adcce --- /dev/null +++ b/docs/functions/canva.putText.html @@ -0,0 +1,84 @@ +putText | clo
+
+ +
+
+
+
+ +

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

+
\ No newline at end of file