Skip to content

Commit

Permalink
Support © in TrueType fonts (#181)
Browse files Browse the repository at this point in the history
* Add ranges for ⯅⯆⯈⯇ (glyphs currently missing) and ©

* Add © to ranges

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
is-this-c authored Nov 19, 2024
1 parent 3abb401 commit b275913
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ Version 1.9.0 (not released yet)
- Fix cockpit not rendering for any jeeps after the first one entered each level load
- Add `server_password` command

Contributions:

- [@is-this-c](https://github.com/is-this-c)
- Support `©` in TrueType fonts

Version 1.8.0 (released 2022-09-17)
-----------------------------------
- Add autosave after a level transition
Expand Down
2 changes: 1 addition & 1 deletion game_patch/graphics/gr_font.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ GrNewFont::GrNewFont(std::string_view name) :
{0x9C, 0x9C},
{0x9F, 0x9F},
{0xA6, 0xA7},
{0xAA, 0xAB},
{0xA9, 0xAB},
{0xAE, 0xAE},
{0xB0, 0xB0},
{0xC0, 0xC2},
Expand Down

0 comments on commit b275913

Please sign in to comment.