YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
26 stars 8 forks source link

draw_set_valign(fa_middle) is not middle aligning text #6226

Open gm-bug-reporter[bot] opened 5 months ago

gm-bug-reporter[bot] commented 5 months ago

Description

The commond "draw_set_valign(fa_middle)" is not middle aligning my text. It seems to be placing the vertical alignment at the top of any text I use it with.

Steps To Reproduce

Add a font, set vertical alignment to fa_middle.

500d0cd9-8e2e-484d-96df-975635967d34

Heathenlamb commented 5 months ago

It actually seems to be related specifically to the draw_text_ext functions. I did try it with just the draw_text commad. It is vastly better but still out but a small margin. I notice similar issues have been open for coming up a year. Is it getting looked at ? I use GMS for commerical clients on an ongoing basis so I need the text functions to work correctly. Thanks !