From 70c3b3be737bfa491397c4473bda3f57d6e08af0 Mon Sep 17 00:00:00 2001 From: David Somers <126989+jalada@users.noreply.github.com> Date: Mon, 6 Mar 2023 11:26:17 +0000 Subject: [PATCH] Fix typo It's `fontSize` not `fontSizeTrack` --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index a769aeba..d927a3b2 100644 --- a/API.md +++ b/API.md @@ -920,7 +920,7 @@ The following other types are supported on some platforms, but aren't fully docu Property | Description | Platforms --- | --- | --- -fontSizeTrack | Adjust the font size of the subtitles. Default: font size of the device | Android +fontSize | Adjust the font size of the subtitles. Default: font size of the device | Android paddingTop | Adjust the top padding of the subtitles. Default: 0| Android paddingBottom | Adjust the bottom padding of the subtitles. Default: 0| Android paddingLeft | Adjust the left padding of the subtitles. Default: 0| Android