changing game fonts for android
|
06-15-2013, 04:50 PM
Post: #2
|
|||
|
|||
RE: changing game fonts for android
I don't use the Android build, but if it's structured like the Windows builds I use you need to go into flash0/font and replace the fonts there.
The main complication is that the PSP uses a proprietary bitmap format, .pgf, so you need to find fonts already in .pgf format (look for Birdman's font pack for a wide variety) or make your own from .ttf font files with some command-line tools I haven't yet taught myself to use. The Lunar-specific complication is that the PSP's New Rodin font has an incredibly large x-height - the lowercase letters are very tall and the capitals very short - and trying to match the absolute height of the lowercase with a font with a much smaller x-height (like Liberation Sans) results in the font being scaled too big. A while back I did a bit of casual looking for something similar to use as a replacement font, and discovered that the issue isn't finding a Eurostile-like font that would look the same, it's finding a font with the same ridiculous x-height. The best I found was DejaVu Sans, and its x-height was halfway between Liberation Sans's and New Rodin's. So...good luck? I'd love to know if you find a font with a big enough x-height to fix Lunar, and so would Henrik (if its license would allow its use in PPSSPP). I only use PPSSPP on Windows. Intel Core i3 1.9GHz | 4GB RAM | Integrated Intel HD 4400 | Windows 8.1 x64 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
changing game fonts for android - chrisDLCTS - 06-14-2013, 02:33 PM
RE: changing game fonts for android - Sarisa81 - 06-15-2013 04:50 PM
RE: changing game fonts for android - Henrik - 06-15-2013, 07:18 PM
RE: changing game fonts for android - sawong107 - 10-17-2014, 06:09 PM
RE: changing game fonts for android - nc50lc - 10-18-2014, 08:32 AM
|