ynoproject / ynoengine

EasyRPG-based engine for YNOproject
GNU General Public License v3.0
27 stars 14 forks source link

Update nickname size get to use new method #33

Closed yoshiweegee closed 1 year ago

yoshiweegee commented 1 year ago

Seems that the EasyRPG codebase uses this function to get the size of a string now. Text::GetSize() can be found in many places for this purpose, and replaces areas that used to use Font::GetSize().