
*************************************************************************
*	FONTMAKER VERSION 0.1 WRITTEN TOTALLY IN BLITZ BASIC TWO        *
*             USING TO MAKE FONTS TO DEMOMAKER VERSION 0.38 - 0.41      *
*       Date : 97-12-28                                                 *
*************************************************************************

Author : L-A Yliniemi

This program needs at least execversion 36 (WB2.0 or better)
because i using GadTools gadgets and WB1.3 don`t have it,
and it MUST be runned from WorkBench or it gonna crasch...
it has an inbuilt error handler which coming up if there 
are any errors.

Functions:
* "Load a Brush" To load one or up to 38 brushes at same time
                 max recommended depth:2(4 colours)

* "Load a Font"  To load a font
* "New"          To clear screen.A requester shows if font is not saved
* "Save Font"    To save font
* "View Font"    To view font
* "About"        Shows the about requester
* "Quit"         To quit FontMaker

* "Move Shape"   To move shape
* "Grid On"      Turn on the grid
* "Grid Off"     Turn off the grid
* "Change Grid"  To change gridsize
* "Zoom"         To zoom the brush (ex widthx2 heightx2)
		 !! WARNING !! NEVER USE width x 0 height x 0 IT CRASH THE PROGRAM AND YOUR COMPUTER !

* "Redraw"       To redraw all shapes



>>---------------------- How to use FontMaker ----------------------<<

1. You need brushes of characters A to Z and 0 to 9 and "." and ":"
   Name brushes as "0" to "9" and "A" to "Z" and ":" as "kolon" and "." as "punkt"

2. Load the brushes into the FontMaker.Set first brush to 0 and last 38.
3. Choose path and file of the first character to load or click "Set Dir".
4. Click "Done".Now all brushes will be loaded and displayed
5. Now choose "Save Font" and your font is done to use in DemoMaker.


