Thread: Names
View Single Post
06-28-09, 02:51 PM   #3
Freebaser
A Molten Kobold Bandit
 
Freebaser's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 135
You can also give the font string Height/Width to cut it off and creating a "..."

example
Code:
self.Name:SetHeight(fontsize)
self.Name:SetWidth(150)
  Reply With Quote