@aurigma/text-whizz
Advanced tools
Comparing version 1.2.169 to 1.2.181
{ | ||
"version": "1.2.169", | ||
"version": "1.2.181", | ||
"name": "@aurigma/text-whizz", | ||
@@ -4,0 +4,0 @@ "license": "SEE LICENSE IN License.md", |
@@ -23,7 +23,2 @@ declare module "@aurigma/text-whizz/TextWhizzJS" { | ||
export enum ParagraphDirection { | ||
LTR, // Left To Right | ||
RTL // Right To Left | ||
} | ||
export enum TextAlignment { | ||
@@ -237,2 +232,7 @@ left, | ||
export enum TextOrientation { | ||
horizontal, | ||
vertical | ||
} | ||
export class Color { | ||
@@ -947,2 +947,3 @@ /** | ||
verticalAlignment: VerticalAlignment; | ||
textOrientation : TextOrientation; | ||
} | ||
@@ -952,2 +953,3 @@ | ||
point : PointF; | ||
textOrientation : TextOrientation; | ||
} | ||
@@ -954,0 +956,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2629582
2050