Thread Tools Display Modes
10-17-08, 12:54 AM   #1
legion3pm
A Deviate Faerie Dragon
Join Date: Oct 2008
Posts: 19
Clearfont2d

was wondering if someone could take a look at this and see if you can figure out whats wrong with it. i cant get the fonts in questlog or anything else to scale up. so used to using Mr.Magoo and now i cant see anything. (dont have the eyes of a gnome i guess) if you could please tell me what to fix in the .lua files to get it working id really appreciate it. TY
  Reply With Quote
10-17-08, 01:32 AM   #2
Ayzlyn
A Fallenroot Satyr
Join Date: Dec 2006
Posts: 25
prat was the chat addon that was being used in mazzle, there's a beta version out right now and I've downloaded it and had no problems with it so far

  Reply With Quote
10-17-08, 01:51 PM   #3
legion3pm
A Deviate Faerie Dragon
Join Date: Oct 2008
Posts: 19
TY for the reply but my chat window is not what im talking about. clearfont2d changed the font and size for other things in wow i guess everything really accept the chat window.

you may not think this lil program isnt a big deal but unless you have the eyes of a gnome you're going to want your text to be a little bigger and you may already be used to it and not even know it.

ive never coded any lua but im a pretty fast learner if someone could try clearfont2d out and tell me what i need to change or atleast look at this please.

Date: 2008-10-17 15:42:00
ID: 51
Error occured in: Global
Count: 52
Message: ..\AddOns\ClearFont2d\Design.lua line 62:
attempt to index global 'SystemFont' (a nil value)
Debug:
ClearFont2d\Dongle.lua:249:
ClearFont2d\Dongle.lua:246
ClearFont2d\Dongle.lua:334:
ClearFont2d\Dongle.lua:328
AddOns:
Swatter, v5.1.3604 (SnaggleTooth)
Ace2, v
Ace3, v
AucAdvanced, v5.1.3604 (SnaggleTooth)
AucFilterBasic, v5.1.3604 (SnaggleTooth)
AucFilterOutlier, v5.1.3604.2531
AucMatchUndercut, v5.1.3604.2531
AucStatClassic, v5.1.3604 (SnaggleTooth)
AucStatHistogram, v5.1.3604 (SnaggleTooth)
AucStatPurchased, v5.1.3604 (SnaggleTooth)
AucStatSales, v5.1.3604.2842
AucStatSimple, v5.1.3604 (SnaggleTooth)
AucStatStdDev, v5.1.3604 (SnaggleTooth)
AucStatWOWEcon, v5.1.3604.2530
AucUtilAHWindowControl, v5.1.3604.3311
AucUtilAppraiser, v5.1.3604.2530
AucUtilAskPrice, v5.1.3604.3175
AucUtilAutoMagic, v5.1.3604.3142
AucUtilCompactUI, v5.1.3604.2530
AucUtilEasyBuyout, v5.1.3604.3583
AucUtilItemSuggest, v5.1.3604.3108
AucUtilPriceLevel, v5.1.3604.2545
AucUtilScanButton, v5.1.3604.2530
AucUtilScanFinish, v5.1.3604.2530
AucUtilScanProgress, v5.1.3604.2530
AucUtilSearchUI, v5.1.3604.3483
AucUtilVendMarkup, v5.1.3604.2530
AutoBar, v3.00.00.02 alpha
Babylonian, v5.1.DEV.130
Bartender4, v4.1.0
BasicMinimap, v1.2
BeanCounter, v5.1.3604 (SnaggleTooth)
ButtonFacade, v0.1Alpha
Cartographer, v2.0
ClearFont2d, v2.5
Configator, v5.1.DEV.130
DebugLib, v5.1.DEV.130
EnhTooltip, v5.1.3604 (SnaggleTooth)
FuBar, v
LibStickyFrames20, v
Stubby, v5.1.3604 (SnaggleTooth)
(ck=52c)
  Reply With Quote
10-17-08, 04:10 PM   #4
legion3pm
A Deviate Faerie Dragon
Join Date: Oct 2008
Posts: 19
anyone looking for a fix to this i got one that works.

design.lua in the clearfont2d

replace line 62:

SystemFont:SetFont(NORMAL_TEXT_FONT, 17 * scale)

with this:

SystemFont_Tiny:SetFont(BOLD_TEXT_FONT, 9 * scale)
SystemFont_Small:SetFont(BOLD_TEXT_FONT, 11 * scale)
SystemFont_Outline_Small:SetFont(BOLD_TEXT_FONT, 11 * scale)
SystemFont_Shadow_Small:SetFont(BOLD_TEXT_FONT, 11 * scale)
SystemFont_InverseShadow_Small:SetFont(BOLD_TEXT_FONT, 11 * scale)
SystemFont_Med1:SetFont(NORMAL_TEXT_FONT, 13 * scale)
SystemFont_Shadow_Med1:SetFont(NORMAL_TEXT_FONT, 13 * scale)
SystemFont_Med2:SetFont(NORMAL_TEXT_FONT, 14 * scale)
SystemFont_Med3:SetFont(BOLD_TEXT_FONT, 15 * scale)
SystemFont_Shadow_Med3:SetFont(BOLD_TEXT_FONT, 15 * scale)
SystemFont_Large:SetFont(BOLD_TEXT_FONT, 17 * scale)
SystemFont_Shadow_Large:SetFont(BOLD_TEXT_FONT, 17 * scale)
SystemFont_Shadow_Huge1:SetFont(BOLD_TEXT_FONT, 20 * scale)
SystemFont_OutlineThick_Huge2:SetFont(BOLD_TEXT_FONT, 22 * scale)
SystemFont_Shadow_Outline_Huge2:SetFont(BOLD_TEXT_FONT, 22 * scale)
SystemFont_Shadow_Huge3:SetFont(BOLD_TEXT_FONT, 25 * scale)
SystemFont_OutlineThick_Huge4:SetFont(BOLD_TEXT_FONT, 26 * scale)
SystemFont_OutlineThick_WTF:SetFont(BOLD_TEXT_FONT, 102 * scale)


and line 237 which turns into line 255 after adding the above:

TextStatusBarTextSmall:SetFont(NORMAL_TEXT_FONT, 13 * scale)

just dash it out like this:

-- TextStatusBarTextSmall:SetFont(NORMAL_TEXT_FONT, 13 * scale)


Long live MR.MAGOO!!!!
  Reply With Quote
10-20-08, 12:34 PM   #5
Hawkblade
A Murloc Raider
Join Date: Mar 2007
Posts: 9
legion3pm,

Download and try tekticles, the same guy who does Tekkompasre, pretty much does the same as clearfont2d.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Clearfont2d


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