Closed yoshiweegee closed 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().
Text::GetSize()
Font::GetSize()
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 useFont::GetSize()
.