View Single Post
09/21/15, 11:10 AM   #12
ZOS_ChipHilseberg
ZOS Staff!
Premium Member
Yes this person is from ZeniMax!
Join Date: Oct 2014
Posts: 551
GetWidth() = GetStringWidth() / GetGlobalUIScale().
GetWidth() = GetTextWidth() * GetScale()

There was a bug where scale was being double applied in GetStringWidth() (once to each character and once to the total) that is now fixed.
  Reply With Quote