Thread Tools Display Modes
09-16-09, 11:09 AM   #1
LiNK2088
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations
Join Date: Aug 2009
Posts: 10
Zone Text Font Changer

I've been trying to make a little addon which changes the font of the Zone text & sub zone text. The code I made doesnt work somehow and I can't find why.
Note: Im not very experienced with LUA so dont laugh at the code :P

Code:
local fontName = "Interface\\AddOns\\ZoneTextFont\\font.ttf"

local function FS_SetFont()

ZoneTextFont:SetFont(fontName)
ZoneTextFont:SetShadowColor(0, 0, 0)
ZoneTextFont:SetShadowOffset(1, -1)
SubZoneTextFont:SetFont(fontName)

end
FS_SetFont()
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Zone Text Font Changer

Thread Tools
Display Modes

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