Thread Tools Display Modes
04-01-10, 10:04 AM   #1
Minerv
A Black Drake
 
Minerv's Avatar
AddOn Compiler - Click to view compilations
Join Date: May 2009
Posts: 89
Skada Outline

Does any1 know how to get an outline for the text in Skada? thx.

in the .lua file, can i add something to get it or is it impossible?=)
  Reply With Quote
04-01-10, 01:01 PM   #2
nin
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 213
There are several places you need too add an outline flag. Can't paste where because I'm not at home .

It's all in bardisplay.lua ..

Search for font and add "outline" by the fontstring sections. Or "outlinemonochrome" if you use pixel font.

Hope that makes sense.
  Reply With Quote
04-03-10, 06:08 AM   #3
Minerv
A Black Drake
 
Minerv's Avatar
AddOn Compiler - Click to view compilations
Join Date: May 2009
Posts: 89
hehe, searched but didnt find it. and im not that good with lua so=)
if some1 could post the code to change/input would be awesome.
  Reply With Quote
04-03-10, 01:55 PM   #4
mankeluvsit
An Onyxian Warder
 
mankeluvsit's Avatar
Join Date: Sep 2008
Posts: 354
Originally Posted by mrruben5 View Post
Using monochrome in combination with outline does. Example:
lua Code:
  1. local font = CreateFont'oUF_RubenFont'
  2. font:SetFont(ns.fonts.uni05_53, 8, "OUTLINE MONOCHROME")
mrruben helped me.
  Reply With Quote
04-10-10, 11:01 PM   #5
barrierlol
A Defias Bandit
Join Date: Apr 2010
Posts: 2
i replaced outline and plain with outline monochrome and neither made a difference. Couldn't find any other font flags but I'm also inexperienced with LUA.
  Reply With Quote
04-11-10, 04:02 AM   #6
nin
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 213
here are the places i edited to get all parts outlined..

Code:
fo:SetFont(media:Fetch('font', p.title.font), p.title.fontsize,"OUTLINEMONOCHROME")

Code:
g:SetFont(media:Fetch('font', p.barfont), p.barfontsize,"OUTLINEMONOCHROME")

Code:
 bar:SetFont(nil,nil,"OUTLINEMONOCHROME") (this part is in two places)
  Reply With Quote
04-11-10, 08:03 AM   #7
barrierlol
A Defias Bandit
Join Date: Apr 2010
Posts: 2
thanks a lot bud
  Reply With Quote
04-11-10, 09:25 AM   #8
Minerv
A Black Drake
 
Minerv's Avatar
AddOn Compiler - Click to view compilations
Join Date: May 2009
Posts: 89
yes idd, tyvm !
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Skada Outline


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