-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const2bit is broken #43
Comments
const2bit is for representing 2-bit color fonts. However, trying to return a Glypher results in heap allocs for each call to GetGlyph(). Any suggestions? @deadprogram @aykevl @conejoninja |
const2bit works with the following versions of tinyfont.
|
I've tried to convert a TTF font to a tiny go format:
But I can`t use it
|
This issue should be fixed in PR #46. |
Since #46 has been merged, this issue should be resolved. |
Added label to close on next release. |
Due to the change from
Glypher
toGlyph
.Attempting to use a font created by tinyfontgen-ttf and using it, yields:
Relevant code:
The text was updated successfully, but these errors were encountered: