Emulator Issues #8362
openMake IPL fonts width-compatible
0%
Description
Dolphin's new free IPL fonts (see PR 1877) are not width-compatible with the original fonts. This shouldn't break things but it might word-wrap text differently and stuff like that.
To fix this, we should check how the current font looks when the glyph widths are set to their original values and if it looks awful, find a font that is either width-compatible or at least not awfully non-compatible. The original fonts have pretty weird proportions though, so I'm not too optimistic about this.
Updated by JosJuice over 9 years ago
An example of a place where things are a bit more broken is CleanRip. CleanRip contains text strings like "Press A to continue", with an A button image drawn on top of the A character. The positions for the button images are hardcoded, so they end up in the wrong places when Dolphin's font is used. Luckily, this doesn't affect many users because using CleanRip in Dolphin is rather useless. I hope that more popular software (licensed games) don't do ugly things like this.
Updated by Anonymous over 9 years ago
Are the font widths copyrighted? I assume not. Can't you just rescale the glyphs horizontally to match the original aspect ratios?
Updated by JosJuice over 9 years ago
Issue 8489 has been merged into this issue.
Updated by JosJuice over 9 years ago
Issue 8653 has been merged into this issue.
Updated by JosJuice over 9 years ago
Issue 8350 has been merged into this issue.
Updated by kolano almost 9 years ago
Listing a few other titles listed on the Wiki as effected by this issue:
- Kururin Squash!
- GiFTPiA
Updated by JosJuice almost 9 years ago
- Has duplicate Emulator Issues #9077: Resident Evil 4 Wii Edition - Distorted text during "Now Loading" screen added
Updated by xerxes almost 8 years ago
Mario Kart: Double Dash!! Bonus Disc is also affected by this, GameID PM4E01. The new english fonts introduced in 4.0-5097 made it worse.
How it looked before: https://i.gyazo.com/5690c372a3c927ddee3920df54823b21.png
How it looked after, and still looks in 5.0-1444: https://i.gyazo.com/ad9bff33ff1f44f22629be63d26b0a31.png
Updated by flacs over 4 years ago
- Status changed from New to Fix pending
Updated by ZephyrSurfer almost 4 years ago
Pull request closed without merging.