Team-Doominati / Doominati

Avoiding the sins of ZDoom since 2016.
GNU General Public License v2.0
7 stars 1 forks source link

Extended font rendering support #54

Open marrub-- opened 7 years ago

marrub-- commented 7 years ago

Currently fonts will only render one font face, ie. bold, italics, emoji, other languages, &c. will only render if the entire font face has it. This is a problem when you have a lot of characters you need or want better bold/italics rendering.

Fixing this issue should be fairly easy, all that really needs to be done is layer FontFaces onto eachother, which will require me to make the FontFace API virtual (as is also required by #20).

marrub-- commented 7 years ago

Also, it should be noted that for full i18n support this will be needed.