forked from mirrors/0ad
79104db2c5
This reverts commitdc156c3f24. 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.