calref / cboe

Classic Blades of Exile
http://spiderwebforums.ipbhost.com/index.php?/forum/12-blades-of-exile/
Other
167 stars 41 forks source link

Update fonts #317

Open CelticMinstrel opened 1 year ago

CelticMinstrel commented 1 year ago

Currently Blades of Exile ships with 3 fonts that came with the original game:

MaidenWord.ttf was directly released with the source code, so it might be fine to continue using it. However, it does have some issues, so it might be nice to obtain a new font with the same aesthetic.

Dungeon was also directly released with the source code, inside the Macintosh resource file. I am unsure if it's fine to continue using it – it is currently unused except in the New Party dialog to render the PCs' names. Ultimately I'd like to add a preference to toggle NPC dialog between Dungeon and MaidenWord, so it might be nice to obtain a new font with the same aesthetic.

In addition to potential issues of whether we are allowed to use them, and kerning issues that occur with MaidenWord, there is also the question of anti-aliasing. Blades of Exile was released before anti-aliased text became the norm, and there are some people who prefer it to retain that aliased look. As such, it may be nice to obtain bitmap fonts for each of these uses, rather than regular TrueType fonts. Alternatively, if there's a way to disable anti-aliasing with a TrueType font, that would also be acceptable. I think this is something worth adding a preference for though – while some people may prefer the retro aliased look, others might prefer the text to be smooth.