More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew! | |title=Vita Homebrew Apps (Plugins) - GameBrew! | ||
Line 19: | Line 18: | ||
|source=https://github.com/cxziaho/fontRedirect | |source=https://github.com/cxziaho/fontRedirect | ||
}} | }} | ||
'''FontRedirect''' Redirects system fonts usage from sa0: to ur0: partition. | |||
== | ==What is FontRedirect?== | ||
< | FontRedirect will inject path <code>ur0:</code> into <code>SceLibPvf</code> (instead of <code>sa0:data/font/pvf/</code>) and tells it to open <code>font.otf</code>.<br /> | ||
== How To Install FontRedirect? == | |||
Move fontRedirect.suprx to <code>ur0:tai/</code> and add to your <code>config.txt</code>: | |||
<pre>*main | |||
ur0:tai/fontRedirect.suprx</pre> | |||
== | Name your font <code>font.otf</code> (even if its a .ttf) and move it to <code>ux0:data/font</code> | ||
Or just use [[Fontinstaller Vita]] to install FontRedirect. | |||
==Screenshot== | |||
[[image:fontredirectvita.jpg|600px]] | |||
== How To Uninstall FontRedirect? == | |||
Remove fontRedirect.suprx from <code>config.txt</code> and <code>ur0:tai/</code>, then restart your Vita. | |||
== Building FontRedirect== | |||
Assuming you have the [http://vitasdk.org VitaSDK] toolchain: | |||
<pre>git clone https://github.com/cxziaho/fontRedirect.git | |||
cd fontRedirect | |||
cmake . | |||
make </pre> | |||
and use fontRedirect.suprx | |||
==Changelog== | |||
'''(v.1.0)''' | '''(v.1.0)''' | ||
* First Release. | * 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''. | |||
== External links == | == External links == | ||
* Github - https://github.com/cxziaho/fontRedirect | * Github - https://github.com/cxziaho/fontRedirect | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/326 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/326 | ||
Revision as of 04:34, 13 November 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.