------------------------------------------------------------------
Name: Custom Fonts
Files: CstmFont.zip
	    -CstmFont.86g	-Send this to your calc
		-CstmFont.86p	-The main program
		-CstmHelp.86s	-On calc help file
		-HelpView.86p	-Needed to view on calc help file
		-FxedFont.86s	-Custom fixed font
				 Font by SCaBBy(Matthew Shepcar) from Bomber Bloke
				 From Font by Clem(Clem Vasseur)
	    -CstmFont.txt	-This file
	    -CstmFont.asm	-Source file

by: John Kempen
version:  1.00
Assembly for TI-86
Size: 9856 for all files in group, 6855 for CstmFont
E-mail: saywhat97@hotmail.com
Web Page: http://members.tripod.com/JohnsMiscLinks
------------------------------------------------------------------

Description:
	Installs and uninstall custom variable width font (graph screen) and fixed
width font (home screen).  Also allows for creation and editing of custom fonts. 


Screen layout:
	Menus:

	           current selection
	Program name      | total selections
	   |              |  |
	 **V**************V**V
	 Custom Font      2/11
	  Install Fixed Font
	        ^
	    selections
	        V
	  Install Var. Font
	  Uninstall Var. Font
	 Version 1.00  F:0 V:0
	 ****^*********^*****^
	     |         |     |
	version number | 0: var. font not installed
	               | 1: var. font installed
	               |
	          0: fixed font not installed 
	          1: fixed font installed 


	Edit screen:

	          Name of font being edited
	                |
	 ***************V*****
	 Custom Font  Font1
	 Current char.:     48
	 Default:   ^Saved:
	 0          |0
	 Installed: |Width:
	 0          |  +++++
	 Current:   |  +++++
	 0          |  +++++
	 ***^*******|**^******
	    |       |  |
	Normal size | Enlarged view of char. being edited
	of char.    |
	being edited|
	            |
	Number of character being edited

	Default: what the default character looks like

	Installed: what the character looks like now

	Current: what the character being edited looks like

	Saved: what the saved character looks like

	Width: width of var. width font being edited, only shown when editing
	a var. width font



Controls:
	Menu screens:
	Exit: Exits program
	F1: displays on-calc help file
	F2: returns to last menu
	Enter: selects highlighted item
	Up/Down: changes selection

	Editor:
	Exit: Exits program
	F1: displays on-calc help file
	F2: returns to main menu
	F3: loads previous character
	F4: loads next character, if there are no more, the character add menu is loaded
	F5: saves current character
	Arrows: moves cursor
	Enter: changes pixel under cursor
	Del: deletes current character
	Ins: inserts new character, loads character add menu
	Mode: undos all changes since last save
	More: changes width of variable width characters
	X-var: loads the password change menu
	Graph: loads the author change menu	

	New Font screen:
	Exit: cancel
	F2: cancel
	Del: deletes last character typed
	Enter: creates font with the name entered
	Space: types an underscore, "_"

	Password change screen:
	Note: Passwords are case and 2nd sensitive!
	Exit: cancel
	F2: cancel
	Del: deletes last character typed

	Author name change screen:
	Exit: cancel
	F2: cancel
	Del: deletes last character typed
	Enter: changes the name

	Character add screen:
	Exit: cancel
	F2: cancel
	Up/Down arrows: moves selection up and down
	Enter: adds selected character

	Width change screen:
	Exit: cancel
	F2: cancel
	Up/Down arrows: moves selection up and down
	Enter: changes to selected width

	Help screen:
	Exit: returns to main menu
	Up/Down: scrolls screen up and down



Version history:
	1.00	First public release.  Hopefully bug free.


Future improvements:
	-Make the program smaller and faster.
	-Add a file for all the characters to be loaded when a new character is added
	 to a custom font


If you find any bugs or have any ideas for improvements, please e-mail me at:
	saywhat97@hotmail.com