View Single Post
08-30-09, 08:34 AM   #26
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Originally Posted by sisonsa View Post
I have a question:
when I set the OUF's font size,the target's 'info'' location have a problem.it can flush left.it away in the middle.but If I do not customize the fonts size.the location is ok.



local info = self.Health:CreateFontString(nil, 'OVERLAY')
info:SetFont(fontn,13,'outline')
info:SetPoint('LEFT', self.Health, 2, -3)
info:SetPoint('RIGHT', hpvalue, 'LEFT')

this is my customize fonts size.wait for your help.
info:SetJustifyH('LEFT')
  Reply With Quote