From 2f8ff844b566d24ad31c6e2074e4494fe7abcc18 Mon Sep 17 00:00:00 2001 From: Joakim Granbohm Date: Fri, 8 Jan 2021 14:37:59 +0200 Subject: [PATCH 1/2] Update text.md adjustFontSizeToFit platform --- website/versioned_docs/version-0.62/text.md | 6 +++--- website/versioned_docs/version-0.63/text.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/versioned_docs/version-0.62/text.md b/website/versioned_docs/version-0.62/text.md index b495d9f71c1..1abced4de94 100644 --- a/website/versioned_docs/version-0.62/text.md +++ b/website/versioned_docs/version-0.62/text.md @@ -325,9 +325,9 @@ See the [Accessibility guide](accessibility.md#accessible-ios-android) for more Specifies whether fonts should be scaled down automatically to fit given style constraints. -| Type | Required | Platform | -| ---- | -------- | -------- | -| bool | No | iOS | +| Type | Required | +| ---- | -------- | +| bool | No | --- diff --git a/website/versioned_docs/version-0.63/text.md b/website/versioned_docs/version-0.63/text.md index e7c3ef33017..ebbd510d168 100644 --- a/website/versioned_docs/version-0.63/text.md +++ b/website/versioned_docs/version-0.63/text.md @@ -327,9 +327,9 @@ See the [Accessibility guide](accessibility.md#accessible-ios-android) for more Specifies whether fonts should be scaled down automatically to fit given style constraints. -| Type | Required | Platform | -| ---- | -------- | -------- | -| bool | No | iOS | +| Type | Required | +| ---- | -------- | +| bool | No | --- From a538193eb3031ff5fed6c93d9edf1bda7aee1a60 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Mon, 1 Feb 2021 11:26:16 +0100 Subject: [PATCH 2/2] update the base docs too --- docs/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/text.md b/docs/text.md index 9e13d1def70..4fcd97c294d 100644 --- a/docs/text.md +++ b/docs/text.md @@ -310,7 +310,7 @@ See the [Accessibility guide](accessibility#accessible-ios-android) for more inf --- -### `adjustsFontSizeToFit`
iOS
+### `adjustsFontSizeToFit` Specifies whether fonts should be scaled down automatically to fit given style constraints.