You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am using this amazing program to generate font atlases for my game.
However, I've been struggling to get the text properly aligned.
The system expects to get 2 coordinates, the top left and bottom right positions, with the top left being the closest one to [0, 0] and the bottom right one being the one closest to [screenWidth, screenHeight]. In other words, the screen uses a Y-down coordinate system.
Do you have any tips and/or tricks on how to get it working?
So far I've mangaged to cook up the following with the hope of at least getting something working, however it doesn't feel like the base line is straight, and certain characters are heavily displaced(e.g comma)
This discussion was converted from issue #81 on September 16, 2023 08:23.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! I am using this amazing program to generate font atlases for my game.
However, I've been struggling to get the text properly aligned.
The system expects to get 2 coordinates, the top left and bottom right positions, with the top left being the closest one to [0, 0] and the bottom right one being the one closest to [screenWidth, screenHeight]. In other words, the screen uses a Y-down coordinate system.
Do you have any tips and/or tricks on how to get it working?
So far I've mangaged to cook up the following with the hope of at least getting something working, however it doesn't feel like the base line is straight, and certain characters are heavily displaced(e.g comma)
Beta Was this translation helpful? Give feedback.
All reactions