From 1dfbf19a877cbf1e182d8f53c27435074aafe1f1 Mon Sep 17 00:00:00 2001 From: zegermouw Date: Tue, 8 Mar 2022 16:12:36 +0100 Subject: [PATCH] changed android_hyphenation for 0.67+ (#2982) --- docs/text.md | 6 +++--- website/versioned_docs/version-0.67/text.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/text.md b/docs/text.md index 391d6befbf6..ac30e1752bb 100644 --- a/docs/text.md +++ b/docs/text.md @@ -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'` | --- diff --git a/website/versioned_docs/version-0.67/text.md b/website/versioned_docs/version-0.67/text.md index 391d6befbf6..ac30e1752bb 100644 --- a/website/versioned_docs/version-0.67/text.md +++ b/website/versioned_docs/version-0.67/text.md @@ -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'` | ---