diff --git a/docs/next/pixelratio.html b/docs/next/pixelratio.html index c3cfaa8648f..5ed2245101c 100644 --- a/docs/next/pixelratio.html +++ b/docs/next/pixelratio.html @@ -200,7 +200,7 @@ const styles = StyleSheet.create({

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.

If a font scale is not set, this returns the device pixel ratio.


diff --git a/docs/next/pixelratio/index.html b/docs/next/pixelratio/index.html index c3cfaa8648f..5ed2245101c 100644 --- a/docs/next/pixelratio/index.html +++ b/docs/next/pixelratio/index.html @@ -200,7 +200,7 @@ const styles = StyleSheet.create({

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.

If a font scale is not set, this returns the device pixel ratio.