Skip to content

Commit 199ddd1

Browse files
authored
Add missing normal enum for Hyphenation (#3002)
1 parent 1dfbf19 commit 199ddd1

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

docs/text.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,9 @@ Specifies whether fonts should scale to respect Text Size accessibility settings
358358

359359
Sets the frequency of automatic hyphenation to use when determining word breaks on Android API Level 23+.
360360

361-
| Type | Default |
362-
| ------------------------ | -------- |
363-
| enum(`'none'`, `'full'`) | `'none'` |
361+
| Type | Default |
362+
| ----------------------------------- | -------- |
363+
| enum(`'none'`, `'normal'`,`'full'`) | `'none'` |
364364

365365
---
366366

website/versioned_docs/version-0.64/text.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@ Specifies whether fonts should scale to respect Text Size accessibility settings
334334

335335
Sets the frequency of automatic hyphenation to use when determining word breaks on Android API Level 23+.
336336

337-
| Type | Default |
338-
| ------------------------------------------------ | -------- |
339-
| enum(`'none'`, `'full'`, `'balanced'`, `'high'`) | `'none'` |
337+
| Type | Default |
338+
| ------------------------------------------------------------ | -------- |
339+
| enum(`'none'`, `'normal'`, `'full'`, `'balanced'`, `'high'`) | `'none'` |
340340

341341
---
342342

website/versioned_docs/version-0.65/text.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@ Specifies whether fonts should scale to respect Text Size accessibility settings
334334

335335
Sets the frequency of automatic hyphenation to use when determining word breaks on Android API Level 23+.
336336

337-
| Type | Default |
338-
| ------------------------------------------------ | -------- |
339-
| enum(`'none'`, `'full'`, `'balanced'`, `'high'`) | `'none'` |
337+
| Type | Default |
338+
| ------------------------------------------------------------ | -------- |
339+
| enum(`'none'`, `'normal'`, `'full'`, `'balanced'`, `'high'`) | `'none'` |
340340

341341
---
342342

website/versioned_docs/version-0.66/text.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,9 @@ Specifies whether fonts should scale to respect Text Size accessibility settings
358358

359359
Sets the frequency of automatic hyphenation to use when determining word breaks on Android API Level 23+.
360360

361-
| Type | Default |
362-
| ------------------------------------------------ | -------- |
363-
| enum(`'none'`, `'full'`, `'balanced'`, `'high'`) | `'none'` |
361+
| Type | Default |
362+
| ------------------------------------------------------------ | -------- |
363+
| enum(`'none'`, `'normal'`, `'full'`, `'balanced'`, `'high'`) | `'none'` |
364364

365365
---
366366

website/versioned_docs/version-0.67/text.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,9 @@ Specifies whether fonts should scale to respect Text Size accessibility settings
358358

359359
Sets the frequency of automatic hyphenation to use when determining word breaks on Android API Level 23+.
360360

361-
| Type | Default |
362-
| ------------------------ | -------- |
363-
| enum(`'none'`, `'full'`) | `'none'` |
361+
| Type | Default |
362+
| ------------------------------------ | -------- |
363+
| enum(`'none'`, `'normal'`, `'full'`) | `'none'` |
364364

365365
---
366366

0 commit comments

Comments
 (0)