mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-19 22:27:18 +00:00
b1123ff259
This reverts commit52ee6ad470. The original commit addressed incorrect UI alignment caused by improper handling of font height and linespacing after FreeType integration (introduced in734386ce9f). However, commit c2d529b975 corrected the root issue by standardizing font metrics: - Proper use of FreeType's height - Removal of lineSpace - Introduction of getCapHeight and Descender for accurate vertical alignment As a result, the UI offset workaround is now obsolete and must be reverted to reflect the correct baseline behavior.