Closed tir38 closed 2 years ago
adb shell settings put system font_scale 0.85 (small)
adb shell settings put system font_scale 1.0 (default)
adb shell settings put system font_scale 1.15 (large)
adb shell settings put system font_scale 1.30 (largest)
We can also display current scale via adb shell settings get system font_scale
adb shell settings get system font_scale
adb shell settings put system font_scale 0.85 (small)
adb shell settings put system font_scale 1.0 (default)
adb shell settings put system font_scale 1.15 (large)
adb shell settings put system font_scale 1.30 (largest)
We can also display current scale via
adb shell settings get system font_scale