Skip to content

Commit

Permalink
changed android_hyphenation for 0.67+ (#2982)
Browse files Browse the repository at this point in the history
  • Loading branch information
zegermouw committed Mar 8, 2022
1 parent 49aadfc commit 1dfbf19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ Specifies whether fonts should scale to respect Text Size accessibility settings

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

| Type | Default |
| ------------------------------------------------ | -------- |
| enum(`'none'`, `'full'`, `'balanced'`, `'high'`) | `'none'` |
| Type | Default |
| ------------------------ | -------- |
| enum(`'none'`, `'full'`) | `'none'` |

---

Expand Down
6 changes: 3 additions & 3 deletions website/versioned_docs/version-0.67/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ Specifies whether fonts should scale to respect Text Size accessibility settings

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

| Type | Default |
| ------------------------------------------------ | -------- |
| enum(`'none'`, `'full'`, `'balanced'`, `'high'`) | `'none'` |
| Type | Default |
| ------------------------ | -------- |
| enum(`'none'`, `'full'`) | `'none'` |

---

Expand Down

0 comments on commit 1dfbf19

Please sign in to comment.