More actions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
|title=Shared Font Dumper | |title=Shared Font Dumper | ||
|image=sharedfontdumpernx.png | |image=sharedfontdumpernx.png | ||
|description=Dumps the Switch | |description=Dumps the Switch shared font to shared_font.bin. | ||
|author=simontime (simonmkwii) | |author=simontime (simonmkwii) | ||
|lastupdated=2019/01/09 | |lastupdated=2019/01/09 | ||
Line 19: | Line 19: | ||
==Changelog== | ==Changelog== | ||
''' | '''v2.1 2019/01/09''' | ||
*Updated for libnx 2.0; now uses a shared font for displaying its text. | *Updated for libnx 2.0; now uses a shared font for displaying its text. | ||
''' | '''v2.0 2018/12/14''' | ||
*Code had a major cleanup and dumping is now faster. | *Code had a major cleanup and dumping is now faster. | ||
''' | '''v1.0 2018/09/17''' | ||
*Now gives the option to dump as ttf files, or to dump the entire shared memory region. | *Now gives the option to dump as ttf files, or to dump the entire shared memory region. | ||
''' | '''v0.2 2018/06/24''' | ||
*Now does stuff a bit better. | *Now does stuff a bit better. | ||
'''Initial release 2018/06/24''' | '''Initial release 2018/06/24''' |
Latest revision as of 12:33, 6 July 2024
Shared Font Dumper | |
---|---|
General | |
Author | simontime (simonmkwii) |
Type | Utilities |
Version | 2.1 |
License | Mixed |
Last Updated | 2019/01/09 |
Links | |
Download | |
Website | |
Source | |
An application that dumps the Switch's shared fonts to individual .ttfs, or dumps the entire memory region to .bin for use in Ryujinx and yuzu.
Installation
Place the nro to the switch folder of your SD card.
Changelog
v2.1 2019/01/09
- Updated for libnx 2.0; now uses a shared font for displaying its text.
v2.0 2018/12/14
- Code had a major cleanup and dumping is now faster.
v1.0 2018/09/17
- Now gives the option to dump as ttf files, or to dump the entire shared memory region.
v0.2 2018/06/24
- Now does stuff a bit better.
Initial release 2018/06/24
- It does the stuff you'd need it to do.
Credits
Huge thanks to shchmue for her help with text rendering.