Remove Default impl for Font #174
Labels
API: Breaking
Indicates that resolving the issue would be a breaking change.
Area: Graphics
Issues related to graphics/rendering.
Type: Bug
Problems with the code/documentation that need to be fixed.
Milestone
Summary:
We currently bundle Deja Vu Sans Mono as the default font in Tetra, but there's a couple of issues with this:
I think the best solution would be to just not bundle fonts with Tetra - it'll keep the binary size lower for games that don't use TTF rendering, and it immediately solves all these murky licensing questions.
I'll publish a version of Tetra soon deprecating the
Default
impl, and remove it entirely in 0.4.0 (probably alongside the new TTF renderer being added).The text was updated successfully, but these errors were encountered: