Thread Tools Display Modes
06-30-09, 06:15 AM   #1
PingHansen
Guest
Posts: n/a
Unhappy New chat font is fuzzy

The new font used in the chat frame, is annoyingly fuzzy on my screen (1280x800) - especially using the letters "זרו". The previous font (5.03.01) was much clearer.
 
06-30-09, 06:43 AM   #2
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I didn't change the chat font.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
06-30-09, 06:49 AM   #3
PingHansen
Guest
Posts: n/a
Originally Posted by spiel2001 View Post
I didn't change the chat font.
Strange, because when I tried nUI 5.03.01, the font was clear and legible. As soon as I upgraded to nUI+ 5.03.12, the font became fuzzy.

I may have tweaked a few other addons at the same time

When I get the energy (too damn hot right now), I will reinstall 5.03.01 without changing anything else and report back with the results.
 
06-30-09, 07:12 AM   #4
Alpha Dog
A Wyrmkin Dreamwalker
 
Alpha Dog's Avatar
Join Date: Apr 2009
Posts: 56
The font's on both my chat & guild chat frames have changed to something like a comicsans type font & is very fuzzy & hard to read.
The only change Ive made is the upgrade to v5.03.12.
I also tried to follow the link you proviced (http://www.wowinterface.com/forums/s...ad.php?t=25092) for info on changing the fonts, but Im told I don't have permission to view that page lol

Edit to add this

Another minor bug is the option to sort raid frames by "group, unit, class & names" when I try to do that sort I cant find the option for NAMES only the other 3 sorts.

Last edited by Alpha Dog : 06-30-09 at 07:21 AM.
 
06-30-09, 08:17 AM   #5
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,930
Hmm, I can't access that link either.

Changing the font in version 12 isn't that hard.

Go into your localisation file and you will notice the following lines:

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";
font1 is used for the chat log and I probably used the same with guildchat so changing that to a different font may help you.

The -- at the start of the lines denote a comment which mean it will ignore the line when looking at which font to use. So remove the -- on the line of the font you want to try and add -- at the start of the line that currently doesn't have any.

Then its the case of /rl or /console reloadui to get the new changes in play.
__________________


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
 
06-30-09, 09:03 AM   #6
PingHansen
Guest
Posts: n/a
I just did a clean install and found that the font changed with 5.03.13. The font is fuzzy, and complex letters, like "זרו", are nearly illegible at 1280x800.
 
06-30-09, 09:13 AM   #7
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,930
The only change in version 13 were to revert the font back for russian localization users. If you are not using that then the steps I gave earlier should still work fine.
__________________


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
 
06-30-09, 09:37 AM   #8
PingHansen
Guest
Posts: n/a
Thumbs up

Originally Posted by Xrystal View Post
The only change in version 13 were to revert the font back for russian localization users. If you are not using that then the steps I gave earlier should still work fine.
Worked! The original "ARIALN" is more legible. I first edited the file localization.enGB.lua, which didn't work. Then I edited localization.lua, which solved the problem.
 
07-01-09, 12:43 AM   #9
Senutyenool
A Fallenroot Satyr
 
Senutyenool's Avatar
Join Date: Sep 2007
Posts: 20
Originally Posted by PingHansen View Post
Worked! ....... I first edited the file localization.enGB.lua, which didn't work. Then I edited localization.lua, which solved the problem.
Blah, did the same thing and couldn't figure out why it didn't work, thanks for the heads-up.

Cheers
__________________
Is it Beer O'Clock Yet???


 
07-03-09, 10:01 PM   #10
oximus1980
A Defias Bandit
Join Date: Apr 2009
Posts: 2
Question need help

I am not 100% how to edit these files. I think i found the right one I am suppose to edit but at the same time my computer wants to search the web for a program to open the file. I am somewhat computer literate but when it comes to programming ....yah I am a noob.
 
07-03-09, 10:13 PM   #11
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
You can just use notepad or any other text editor to open the Lua files.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
07-03-09, 11:47 PM   #12
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,930
Yeah, by default windows cannot recognise the file type unless you regularly edit lua files. lua files are just text files and should be viewable within any text editor.
__________________


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-04-09, 06:51 AM   #13
oximus1980
A Defias Bandit
Join Date: Apr 2009
Posts: 2
thank you
 
07-05-09, 01:27 PM   #14
RagnarWolf
A Defias Bandit
Join Date: Apr 2009
Posts: 3
question regarding font

what is the original font that was used before this last patch? I am having a hard time reading the new font in the chat window and would like to change it back. I saw the info above that showed how to edit the localisation file, but did not know what the original font was called. Any help would be appreciated.

thank you for any info.
 
07-05-09, 01:32 PM   #15
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
These were the original fonts...

nUI_L["font1"] = "Fonts\\ARIALN.TTF";
nUI_L["font2"] = "Fonts\\FRIZQT__.TTF";
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
07-05-09, 01:38 PM   #16
RagnarWolf
A Defias Bandit
Join Date: Apr 2009
Posts: 3
Thanks, although now I am not sure what to do. I don't have Arilan as a choice for fonts. Any suggestions on which font would be closest to that of the ones I have listed to choose from. The ones i have are:


-- 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";

And as far as Font2, I only have the choice of Emblem.ttf
 
07-05-09, 01:42 PM   #17
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Just comment out the ones that are not commented in the current file (the ones that don't have a "--" in front of them, add the "--") then copy and paste the two I just gave you into the file and save it.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
07-05-09, 02:07 PM   #18
RagnarWolf
A Defias Bandit
Join Date: Apr 2009
Posts: 3
Thanks for the help...got it fixed now.
 
02-18-10, 06:38 PM   #19
Sckauter
A Kobold Labourer
Join Date: Oct 2008
Posts: 1
it's possible change font for verdana? can you tell me how?

ty and nice work
 
02-18-10, 09:03 PM   #20
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
You would have to copy the Verdana font file into the [ Interface > AddOns > nUI > Layouts > Fonts ] directory, then edit [ Interface > AddOns > nUI > Main > localization.lua ] and change nUI_L["font1"] to point to the new file.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » New chat font is fuzzy


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