WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   Skada Outline (https://www.wowinterface.com/forums/showthread.php?t=31629)

Minerv 04-01-10 10:04 AM

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?=)

nin 04-01-10 01:01 PM

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.

Minerv 04-03-10 06:08 AM

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.

mankeluvsit 04-03-10 01:55 PM

Quote:

Originally Posted by mrruben5 (Post 182545)
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.

barrierlol 04-10-10 11:01 PM

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.

nin 04-11-10 04:02 AM

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)

barrierlol 04-11-10 08:03 AM

thanks a lot bud

Minerv 04-11-10 09:25 AM

yes idd, tyvm ! :)


All times are GMT -6. The time now is 03:10 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI