Skip to content

Commit 015c6a9

Browse files
update letter spacing
1 parent c545576 commit 015c6a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/dev/occt/lib/api/inputs/occ-inputs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5718,12 +5718,12 @@ export namespace OCCT {
57185718
lineSpacing? = 2;
57195719
/**
57205720
* The letter spacing offset
5721-
* @default 1
5721+
* @default 0
57225722
* @minimum -Infinity
57235723
* @maximum Infinity
57245724
* @step 0.1
57255725
*/
5726-
letterSpacing? = 1;
5726+
letterSpacing? = 0;
57275727
/**
57285728
* The extrude offset
57295729
* @default left

0 commit comments

Comments
 (0)