Closed seclerp closed 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)
Resources.NewBitmapFont(string texturePath, string characters)
Resources.NewBitmapFont(Texture bitmap, string characters)
Done
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)