More actions
(Created page with "{{Infobox Switch Homebrews |title=Shared Font Dumper |image=sharedfontdumperswitch.png |description=Dumps the Switch's shared font to shared_font.bin. |author=simontime |lastupdated=2019/01/09 |type=Utilities |version=2.1 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/sharedfontdumperswitch.7z |website=https://gbatemp.net/threads/shared-font-dumper.508651/ |source=https://github.com/simontime/SharedFontDumper |donation= }} {{#seo: |title=Switch Homebr...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Shared Font Dumper | |title=Shared Font Dumper | ||
|image= | |image=sharedfontdumpernx.png | ||
|description=Dumps the Switch's shared font to shared_font.bin. | |description=Dumps the Switch's shared font to shared_font.bin. | ||
|author=simontime | |author=simontime (simonmkwii) | ||
|lastupdated=2019/01/09 | |lastupdated=2019/01/09 | ||
|type=Utilities | |type=Utilities | ||
|version=2.1 | |version=2.1 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/sharedfontdumpernx.7z | ||
|website=https://gbatemp.net/threads/shared-font-dumper.508651/ | |website=https://gbatemp.net/threads/shared-font-dumper.508651/ | ||
|source=https://github.com/simontime/SharedFontDumper | |source=https://github.com/simontime/SharedFontDumper | ||
|donation= | |donation= | ||
}} | }} | ||
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== | |||
'''Version 2.1 2019/01/09''' | |||
*Updated for libnx 2.0; now uses a shared font for displaying its text. | |||
'''Version 2.0 2018/12/14''' | |||
*Code had a major cleanup and dumping is now faster. | |||
'''Version 1.0 2018/09/17''' | |||
*Now gives the option to dump as ttf files, or to dump the entire shared memory region. | |||
'''Version 0.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. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/simontime/SharedFontDumper | ||
* | * GBAtemp - https://gbatemp.net/threads/shared-font-dumper.508651/ | ||
* ForTheUsers - https://apps.fortheusers.org/switch/sharedfontdumper |
Revision as of 04:05, 28 April 2023
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
Version 2.1 2019/01/09
- Updated for libnx 2.0; now uses a shared font for displaying its text.
Version 2.0 2018/12/14
- Code had a major cleanup and dumping is now faster.
Version 1.0 2018/09/17
- Now gives the option to dump as ttf files, or to dump the entire shared memory region.
Version 0.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.