iceshard-engine / engine

A personal game engine project, with development focus towards 2D/2.5D games.
https://www.iceshard.net/engine
MIT License
38 stars 3 forks source link

Implement baking font assets with attached character sets. #133

Open Dandielo opened 2 years ago

Dandielo commented 2 years ago

A character-set in this case refers to arrays or ranges of characters that should be pre-rendered for the font. This approach would finally allow us to provide basic support for languages like Japanese, Hindi or others.