Thread Tools Display Modes
Prev Previous Post   Next Post Next
05-18-13, 06:19 PM   #1
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2011
Posts: 583
FontString for value and percent?

How would I go about this? Never dealt with FontStrings before (my UI uses whoa unitframes, which I have no idea as to what I'm looking at when i look there)

I know a basic fontsring can be done doing this
Lua Code:
  1. frame = f:CreateFontString(nil,"ARTWORK","GameFontHighlight")
  2. frame:SetPoint("BOTTOM",frame,0,0)
  3. frame:SetText("health text")
wouldn't mind having something like this, course that example is using the script I have above
Attached Thumbnails
Click image for larger version

Name:	Capture.PNG
Views:	345
Size:	301.2 KB
ID:	7713  
__________________
Tweets YouTube Website

Last edited by 10leej : 05-18-13 at 06:36 PM.
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » FontString for value and percent?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off