seclerp / OxyEngine

:video_game: OxyEngine - 2D full-featured open-source crossplatform game engine
http://oxyengine.org
MIT License
18 stars 2 forks source link

Bitmap font support #18

Closed seclerp closed 6 years ago

seclerp commented 6 years ago

Bitmap font will generate Font or (derived class) from Texture and character list

Methods' signature proposal: Resources.NewBitmapFont(string texturePath, string characters) Resources.NewBitmapFont(Texture bitmap, string characters)

seclerp commented 6 years ago

Done