Thread Tools Display Modes
07-26-09, 10:02 PM   #1
Shadowkith
AtlasWorld Author
 
Shadowkith's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 29
Font Style?

is there any way to change the font style?
__________________
I am unguilded. Want me to join your guild? PM Me.
 
07-26-09, 10:15 PM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,966
In what way do you mean style ?

You can adjust which font types are used by editing your localization file in the main subfolder. Use -- in front of the fonts you do not want to use and remove them from in front of ones you do want.

You can adjust the size of the font from many of the elements by editing the appropriate layout file.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
07-26-09, 10:25 PM   #3
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2008
Posts: 2,988
In /Interface/Addons/nUI/Main find your localization file.

Code:
--	nUI_L["font1"] = "Interface\\AddOns\\nUI\\Layouts\\Default\\Fonts\\ABF.ttf";
--	nUI_L["font1"] = "Interface\\AddOns\\nUI\\Layouts\\Default\\Fonts\\Accidental Presidency.ttf";
--	nUI_L["font1"] = "Interface\\AddOns\\nUI\\Layouts\\Default\\Fonts\\Adventure.ttf";
--	nUI_L["font1"] = "Interface\\AddOns\\nUI\\Layouts\\Default\\Fonts\\Bazooka.ttf";
	nUI_L["font1"] = "Interface\\AddOns\\nUI\\Layouts\\Default\\Fonts\\Emblem.ttf";
--	nUI_L["font1"] = "Interface\\AddOns\\nUI\\Layouts\\Default\\Fonts\\Enigma__2.ttf";
--      nUI_L["font1"] = "Interface\\AddOns\\nUI\\Layouts\\Default\\Fonts\\Tw_Cen_MT_Bold.ttf";
--	nUI_L["font1"] = "Interface\\AddOns\\nUI\\Layouts\\Default\\Fonts\\VeraSe.ttf";
Or, you can cheat like I do and use nUI Config GUI
__________________
♪~ ( ) I My Sonos!
AddOn Authors: If your addon spams the chat box with "Addon v8.3.4.5.3 now loaded!", please add an option to disable it!
 
07-27-09, 03:52 AM   #4
Seer
A Molten Giant
Join Date: Dec 2007
Posts: 649
Or get the nUI config add on that you can find in the download section, works fine.

/edit
didn't see the last line Sil wrote... x-)
__________________
Take it as you want or leave it as it is.
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » Font Style?


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