Open
Description
Due to the change from Glypher
to Glyph
.
Attempting to use a font created by tinyfontgen-ttf and using it, yields:
main.go:31:28: cannot use font (variable of type *Font) as tinyfont.Fonter value in argument to tinyfont.WriteLine: *Font does not implement tinyfont.Fonter (wrong type for method GetGlyph)
have GetGlyph(rune) tinyfont.Glypher
want GetGlyph(rune) tinyfont.Glyph
Relevant code:
tinyfont.WriteLine(&ssd, TinyFont, 0, 20, "Hi there", color.RGBA{1, 0, 0, 0})