How to draw Hajime's bitmap font #3189
Answered
by
hajimehoshi
ryan-mcclue
asked this question in
Q&A
-
Using "github.com/hajimehoshi/bitmapfont", how to draw say 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. |
Beta Was this translation helpful? Give feedback.
Answered by
hajimehoshi
Feb 1, 2025
Replies: 1 comment 2 replies
-
Use Example: ebiten/examples/textinput/main.go Line 34 in 3a1eeab |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ryan-mcclue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
NewGoXFace
.Example:
ebiten/examples/textinput/main.go
Line 34 in 3a1eeab