diff --git a/docs/pixelratio.md b/docs/pixelratio.md index a0423252e30..c3d066a18bd 100644 --- a/docs/pixelratio.md +++ b/docs/pixelratio.md @@ -134,9 +134,9 @@ static getFontScale(): number Returns the scaling factor for font sizes. This is the ratio that is used to calculate the absolute font size, so any elements that heavily depend on that should use this to do calculations. * on Android value reflects the user preference set in **Settings > Display > Font size** -* on iOS it will always return the default pixel ratio +* on iOS value reflects the user preference set in **Settings > Display & Brightness > Text Size**, value can also be updated in **Settings > Accessibilty > Display & Test Size > Larger Text** -If a font scale is not set, this returns the device pixel ratio. +If a font scale is not set, this returns the device pixel ratio. ---