Thread Tools Display Modes
12-07-10, 01:51 AM   #1
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
Noobed again

Yep, its noobish me agian, lol. I'd like to know the script to set outline on text in KGpanels, if anyone knows it? This is what I have and it doesnt work >.<
Ive tried self.text:SetFont("Desyrel", 18, "OUTLINE") in both onload, and onevent, and cant figure out. My thanks, in advance, for any/all help~
  Reply With Quote
12-07-10, 01:56 AM   #2
nin
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 213
Not familiar with kgpanels but have you assigned a path too this "desyrel" font?
  Reply With Quote
12-07-10, 04:20 AM   #3
Sniffles
A Black Drake
 
Sniffles's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2010
Posts: 86
Originally Posted by Kendian View Post
Yep, its noobish me agian, lol. I'd like to know the script to set outline on text in KGpanels, if anyone knows it? This is what I have and it doesnt work >.<
Ive tried self.text:SetFont("Desyrel", 18, "OUTLINE") in both onload, and onevent, and cant figure out. My thanks, in advance, for any/all help~
You need a path to your font!
Delete "Desyrel" and use this:

"Interface\\AddOns\\YourFolder\\Desyrel.ttf"
or if you have a "Fonts" Folder use this
"Fonts\\ARIALN.ttf"
  Reply With Quote
12-07-10, 06:03 AM   #4
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
[quote=Zerpy;221887]You need a path to your font!
Delete "Desyrel" and use this:

"Interface\\AddOns\\YourFolder\\Desyrel.ttf"
or if you have a "Fonts" Folder use this
"Fonts\\ARIALN.ttf"[/QUOTe

Nvm, I got ya, lol. tyvm~

Last edited by Kendian : 12-07-10 at 02:28 PM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Noobed again


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