View Single Post
02-13-07, 08:56 PM   #16
123noob
A Frostmaul Preserver
 
123noob's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 256
Very nice. Thank you!
By the way, how did you manage to edit the codes (copying that default font codes for the new one)? I tried using notepad to edit and find that line. However, the codes in there were all aligned in one single and are not in separate lines. That is why I couldn't do anything to it.

Here's what I mean from the core.lua
Code:
local fontLoc = "Interface\\AddOns\\ClearFont2\\Fonts\\"             ClearFont.fonts = {     	{["name"]="Default (Calibri v1)",		["normal"]		=fontLoc.."Calibri_v1\\Calibri.ttf",		["bold"]		=fontLoc.."Calibri_v1\\CalibriBold.ttf",		["italic"]		=fontLoc.."Calibri_v1\\CalibriItalic.ttf",
It all just making it hard to read and understand , but I just found a way to fix that haha. By copying the whole page of that and paste anywhere else then the code lines should be like yours.

I'm going to try and see different type of fonts that would be best by using this method .

Last edited by 123noob : 02-13-07 at 11:26 PM.
  Reply With Quote