X-Git-Url: https://git.kianting.info/?a=blobdiff_plain;f=docs%2Finterfaces%2Fcanva.TextStyle.html;fp=docs%2Finterfaces%2Fcanva.TextStyle.html;h=ccbd8b0f3be6ba62c4d747b003de0d81289ca040;hb=f12842e5a4ef531e38024e16f91b21c99ce1de92;hp=0000000000000000000000000000000000000000;hpb=a4f79a3761539f45ac7d86fe919bdc32cf290db0;p=clo diff --git a/docs/interfaces/canva.TextStyle.html b/docs/interfaces/canva.TextStyle.html new file mode 100644 index 0000000..ccbd8b0 --- /dev/null +++ b/docs/interfaces/canva.TextStyle.html @@ -0,0 +1,111 @@ +TextStyle | clo
+
+ +
+
+
+
+ +

Interface TextStyle

+
+

Font Style Interface

+
    +
  • family : eg. "FreeSans"
  • +
  • size : in px, not in pt.
  • +
  • textWeight : TextWeight.REGULAR ,etc
  • +
  • fontStyle : FontStyle.ITALIC ,etc
  • +
+
+
+
+

Hierarchy

+
    +
  • TextStyle
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
color?: string
+
+ +
family: string
+
+ +
fontStyle: FontStyle
+
+ +
size: number
+
+ +
textWeight: TextWeight
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file