How to draw Hajime's bitmap font #3189
Unanswered
ryan-mcclue
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Use Example: ebiten/examples/textinput/main.go Line 34 in 3a1eeab |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using "github.com/hajimehoshi/bitmapfont", how to draw say
bitmapfont.Gothic10r
with ebitengine?bitmapfont.Gothic10r
is of typefont.Face
yettext.Draw()
expectstext.Face
?I'm going down the path of bitmap fonts as there seems to be no easy way of disabling anti-aliasing when rasterizing a font by default. I just want to draw a pixel-art font that isn't blurry.
I can't readily find any source code examples of this
Beta Was this translation helpful? Give feedback.
All reactions