GuyInGrey / AptitudeEngine

A 2D based, new technology using, game engine in C#.
https://guyingrey.github.io/
MIT License
0 stars 0 forks source link

Importing Font Assets #10

Open dresswithpockets opened 7 years ago

dresswithpockets commented 7 years ago

Use the current Asset pipeline and introduce FontAsset that represents a True Type Font as a bitmap font, imported from a ttf file.

Use this SO post for reference.