@vvfx/sdk 0.1.7-alpha.2 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -1577,6 +1577,7 @@ type TextFormProperty = BaseFormProperty & {
1577
1577
  fontStyle: spec.FontStyle;
1578
1578
  textWidth: number;
1579
1579
  lineHeight: number;
1580
+ textHeight: number;
1580
1581
  outlineColor?: spec.vec4;
1581
1582
  outlineWidth?: number;
1582
1583
  /**
package/dist/index.d.ts CHANGED
@@ -1577,6 +1577,7 @@ type TextFormProperty = BaseFormProperty & {
1577
1577
  fontStyle: spec.FontStyle;
1578
1578
  textWidth: number;
1579
1579
  lineHeight: number;
1580
+ textHeight: number;
1580
1581
  outlineColor?: spec.vec4;
1581
1582
  outlineWidth?: number;
1582
1583
  /**