You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: