mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 20:47:11 +00:00
00aeebea6d
Summary:9c5062147aintroduced the `getTextSize()` to all GUIObjects for getting the rendered size of a text.8190293f8bmade it only available to CText. `getTextSize()` can also be useful for CButtons so this diff adds the function back to CButtons. There seem to be no other GUIObjects besiders CText and CButton where `getTextSize()` makes sense. Reviewed By: wraitii Differential Revision: https://code.wildfiregames.com/D3195 This was SVN commit r24378.