Thread Tools Display Modes
06-14-09, 05:52 AM   #1
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 27
Exclamation Buff font

Hi ho

i need a little bit help with my buff font. I have follow code to move the buff on the right side:

Code:
local f = TemporaryEnchantFrame
f:ClearAllPoints()
f:SetPoint("TOPRIGHT", UIParent, -20, -20)
f.SetPoint = function() end
The buff font is to small for me. How i get it bigger?

thanks for helping

- imi
  Reply With Quote
06-14-09, 12:47 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Well, the code you posted has nothing to do with fonts or font strings at all...

Look through Blizzard's code (see http://wowcompares.com/ for an online, browsable set of current code) and find the actual font string(s) that are shown on the buff icons, then modify those.

Alternatively, just use a font modification addon, or adjust your UI scale.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Buff font


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