-- /////////////////////////////////////////////////////////////////////////////
-- =============================================================================
--  CLEARFONT2 BY KIRKBURN
--  Official website:  http://www.clearfont.co.uk/
-- -----------------------------------------------------------------------------
--  README.TXT - THIS IS *NOT* A COMPLETE README, SEE THE WEBSITE FOR MORE
--	 A. THE INFAMOUS STEP TWO!
--	 B. MORE FONT CHOICES = FONT PACKS
--	 C. NEED MORE HELP AND SUPPORT?
-- =============================================================================
-- /////////////////////////////////////////////////////////////////////////////


-- =============================================================================
--  A. THE INFAMOUS STEP TWO!
-- =============================================================================

"Step Two" does two things:
* It overrides *all* the WoW fonts whether or not ClearFont does it via code (including the login screens!)
* It can also help with some addons which can directly reference these files (such as SCT). I don't think they should, but hey, we can't all be perfect ;)

To do this, create four oddly-named font files in a <WoW directory>\Fonts\ directory.

The files you want to create should be copies of the current font you are using in WoW, using the exact name listed below.
Normally, I use a copy of the normal version for each.

ARIALN.ttf		- login screens, numbers, chat font
FRIZQT__.ttf	- the main WoW fonts
MORPHEUS.ttf	- quest log
skurri.ttf		- damage font

This "Step Two" is not included with the download as it would increase the file size too much and wouldn't work with WAU.

Note that this is not 'hacking' WoW, it is merely placing fonts in a location that results in WoW using them instead of the defaults.
More about Step Two can be found on the official website.



-- =============================================================================
--  B. MORE FONT CHOICES = FONT PACKS
-- =============================================================================

It's easy to create a font pack - I suggest obtaining a copy of ClearFont2_FontPack_1 from the Ace SVN.
Take a look at the very simple code - you can either add to this, or perhaps even make your own font pack addon using the same code (I recommend the latter).

What occurs is that the info from the 'plugin' addon is seamlessly added to the master table of font options that CF2 uses.
It then becomes a choice on the CF options, with no other input required. :)

FontPack fonts are also automatically added to the SharedMediaLibrary for use by other supporting addons.



-- =============================================================================
--  C. NEED MORE HELP AND SUPPORT?
-- =============================================================================

This is in no way a full and complete readme, and there are several other locations with more info!

* The official website has a far more extensive readme: http://www.clearfont.co.uk
* The Ace wiki page with many useful links: http://www.wowace.com/wiki/ClearFont2
* The official CF2 thread: www.wowace.com/forums/index.php?topic=3513.0



Cheers, and thanks for using ClearFont2!
Kirkburn