Tagged Questions
0
votes
0answers
35 views
slicks2d UnicodeFont renders incorrect characters
Not sure what's going on here, but I have a strange problem with Slick2D's UnicodeFont. My code works correctly most of the time, but occasionally (about 14% of the time, measured over 50 runs) it ...
0
votes
2answers
317 views
How do I fix my Slick UnicodeFont from being upsidedown?
For some reason when I try to print out a string using Slick's UnicodeFont class it is upside-down.
(NOTE: I am also using LWJGL, but I dont think its interfering with what slick is trying to do.)
...
0
votes
1answer
2k views
Changing Default Font in Slick Graphics API
I am attempting to change the default font for the Slick Graphics API to simply draw the title of a game I'm writing, but I can't seem to get it to work (it doesn't draw anything, just leaving the ...
0
votes
1answer
1k views
Slick2D Fonts don't work
I have Slick2D library and making a game in Java. I have been wondering, just a short question, how do you set fonts on Graphics object to draw in a different font.
I can't make it work. I think it ...
1
vote
2answers
2k views
Slick2D - How to use Fonts
I am coding a game in fonts and I encountered a problem.
I have no idea how to use fonts even though I tried everything.
Can you also please explain what is a glyph?
And where to get .fnt files if ...
1
vote
1answer
263 views
On slick or LWJGL, how do you display many lines of Unicode font fast?
I'm having trouble displaying Unicode font on opengl. I need to show like 20 lines of Unicode font text on my game and it has to be dynamically loaded(since the text is Japanese). The only unicode ...