FontRedirect Vita: Difference between revisions
From GameBrew
More actions
No edit summary |
m Text replacement - "GameBrew!" to "GameBrew" |
||
| Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew | |title=Vita Homebrew Apps (Plugins) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image=fontredirectvita.jpg | |image=fontredirectvita.jpg | ||
Revision as of 03:14, 5 December 2022
| fontRedirect | |
|---|---|
| File:Fontredirectvita.jpg | |
| General | |
| Author | cxziaho |
| Type | Plugins |
| Version | 1.0 |
| License | MIT License |
| Last Updated | 2017/09/24 |
| Links | |
| Download | |
| Source | |
FontRedirect Redirects system fonts usage from sa0: to ur0: partition.
What is FontRedirect?
FontRedirect will inject path ur0: into SceLibPvf (instead of sa0:data/font/pvf/) and tells it to open font.otf.
How To Install FontRedirect?
Move fontRedirect.suprx to ur0:tai/ and add to your config.txt:
*main ur0:tai/fontRedirect.suprx
Name your font font.otf (even if its a .ttf) and move it to ux0:data/font
Or just use Fontinstaller Vita to install FontRedirect.
Screenshot
How To Uninstall FontRedirect?
Remove fontRedirect.suprx from config.txt and ur0:tai/, then restart your Vita.
Building FontRedirect
Assuming you have the VitaSDK toolchain:
git clone https://github.com/cxziaho/fontRedirect.git cd fontRedirect cmake . make
and use fontRedirect.suprx
Changelog
(v.1.0)
- First Release.
- Works on system titles.
- Wait for fontInstaller if you want a full installer.
Thanks
Massive thanks to Rinnegatamante, Xerpi and devnoname120, as well as anyone else who helped me in #henkaku.