View Single Post
08-30-09, 08:06 AM   #25
sisonsa
A Murloc Raider
Join Date: Aug 2009
Posts: 4
the customsize fonts's location.

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.

Last edited by sisonsa : 08-30-09 at 08:10 AM.
  Reply With Quote