View Single Post
01-05-20, 10:21 PM   #20
Vrul
A Scalebane Royal Guard
 
Vrul's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 404
Try changing the line:
Code:
statusText:SetFont("Fonts\\ARIALN.TTF", 16)
to:
Code:
statusText:SetFont("Fonts\\ARIALN.TTF", 16 * (statusText:GetHeight() or 12) / 12)
  Reply With Quote