2018-03-17 16:19:26 +00:00
|
|
|
# NanoDroid-Font Script
|
|
|
|
|
|
|
|
## Purpose
|
|
|
|
|
2018-03-18 18:48:45 +00:00
|
|
|
The `nanodroid-font` Script, respectively it's shortcut `nfnt` is used to change the System UI font (reboot required to take effect)
|
2018-03-17 16:19:26 +00:00
|
|
|
|
|
|
|
## Invocation
|
|
|
|
|
|
|
|
From within a terminal on your device, for example `adb shell` or `Termux` invoke the script using either
|
|
|
|
|
|
|
|
`nanodroid-font [switch] [font]`
|
|
|
|
|
|
|
|
or
|
|
|
|
|
|
|
|
`nfnt [switch] [parameter]`
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
`s`, `--set` [font]
|
|
|
|
|
|
|
|
set System UI font to [font], which is one of
|
|
|
|
|
|
|
|
* FAST FAST RMX Game Font
|
|
|
|
* NintendoLabo NintendoLabo Logo/Packaging Font
|
|
|
|
* NintendoSwitch NintendoSwitch OS Font
|
2018-08-10 17:47:49 +00:00
|
|
|
* Splatoon Splatoon Game Font
|
2018-03-17 16:19:26 +00:00
|
|
|
* Splatoon2 Splatoon2 Game Font
|
2018-03-18 18:48:45 +00:00
|
|
|
* SuperMario Super Mario (World) Game Font
|
2018-08-10 17:47:49 +00:00
|
|
|
* SuperMarioMaker Super Mario Maker Game Font
|
|
|
|
* SuperMarioOdyssey Super Mario Odyssey Game Font
|
2018-03-17 16:19:26 +00:00
|
|
|
|
|
|
|
`r`, `--reset`
|
|
|
|
|
|
|
|
reset to original font
|
2018-08-10 17:47:49 +00:00
|
|
|
|
|
|
|
## Credits
|
|
|
|
|
|
|
|
All fonts taken from http://downloads.paperyoshi.at/
|