Thread Tools Display Modes
08-08-11, 08:54 PM   #1
LLozaa
A Deviate Faerie Dragon
Join Date: Jan 2011
Posts: 19
Recount Monochrome outline

ive gotten the outline but it has the text shadow
is there a text string that i should add?

for _, v in pairs(FontStrings) do
_, Height, Flags = v:GetFont()
v:SetFont(FontFile, Height, "OUTLINE, MONOCHROME")

Last edited by LLozaa : 08-08-11 at 09:10 PM.
  Reply With Quote
08-08-11, 09:14 PM   #2
LLozaa
A Deviate Faerie Dragon
Join Date: Jan 2011
Posts: 19
problem solved!
For anyone who wants a monochrome outline on recount the lines you need to add are


v:SetFont(FontFile, Height, "OUTLINE, MONOCHROME")
v:SetShadowColor(0, 0, 0, 0)

in the fonts lua right under the line
_, Height, Flags = v:GetFont()
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Recount Monochrome outline

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