@DATABASE TTY
@(C) 1993 Soft-Logik Publishing Corporation
@INDEX TypeSmith:Help/English/ind/MAIN

@remark *** TOOL TYPES HELP FILE ***


/* PROGRAM TOOL TYPES */

@node PROG "Settings and Program Tool Types"

@{FG Highlight}Settings and Program Tool Types@{FG Text}

TypeSmith stores your program settings in the tool types for the TypeSmith icon (TypeSmith.info file). These are not intended to be user-editable, but are listed here in case you want to change them manually.

@{FG Highlight}Options@{FG Text}

@{" SCREEN       " link SCREEN}
@{" SCREENMODE   " link SCREENMODE}
@{" GRID         " link GRID}
@{" GRIDSNAP     " link GRIDSNAP}
@{" GUIDES       " link GUIDES}
@{" RULERS       " link RULERS}
@{" WHITEWINDOW  " link WHITEWINDOW}
@{" LANGUAGE     " link LANGUAGE}
@{" TOOLBOX      " link TOOLBOX}
@{" CLIPUNIT     " link CLIPUNIT}
@{" MAXFACTOR    " link MAXFACTOR}
@{" FONT         " link FON}
@{" FONTSIZE     " link FONTSIZE}
@{" INFORMATION  " link INFORMATION}

@{FG Highlight}Screen Colors@{FG Text}

@{" COLOR#       " link COLOR#}

@{FG Highlight}Paths@{FG Text}

@{" #?_PATH      " link PATH}

@{FG Highlight}File Matching Patterns@{FG Text}

@{" #?_PTRN      " link PTRN}

@{FG Highlight}ARexx Script Paths@{FG Text}

@{" F# or SF#    " link FUNC}
@prev FONT
@next FONT
@toc TypeSmith.help/MAIN
@endnode

@node SCREEN

@{FG Highlight}SCREEN=custom|workbench@{FG Text}

Purpose:  Sets the type of screen on which TypeSmith will open.
@prev FUNC
@toc PROG
@endnode

@node SCREENMODE

@{FG Highlight}SCREENMODE=#@{FG Text}

Purpose:  Sets the type of screen mode on which TypeSmith will open.

Note:     Not editable by user.
@toc PROG
@endnode

@node GRID

@{FG Highlight}GRID=yes|no@{FG Text}

Purpose:  Sets the Show Grid toggle.
@toc PROG
@endnode

@node GRIDSNAP

@{FG Highlight}GRIDSNAP=yes|no@{FG Text}

Purpose:  Sets the Snap to Grid toggle.
@toc PROG
@endnode

@node GUIDES

@{FG Highlight}GUIDES=yes|no@{FG Text}

Purpose:  Sets the Show Guides toggle.
@toc PROG
@endnode

@node RULERS

@{FG Highlight}RULERS=yes|no@{FG Text}

Purpose:  Sets the Show Rulers toggle.
@toc PROG
@endnode

@node AUTOFIT

@{FG Highlight}AUTOFIT=yes|no@{FG Text}

Purpose:  Sets the Autofit magnification option.
@toc PROG
@endnode

@node WHITEWINDOW

@{FG Highlight}WHITEWINDOW=yes|no@{FG Text}

Purpose:  Sets the window background color option.
@toc PROG
@endnode

@node LANGUAGE

@{FG Highlight}LANGUAGE=locale|english|french@{FG Text}

Purpose:  Sets the program language.
@toc PROG
@endnode

@node TOOLBOX

@{FG Highlight}TOOLBOX=left|right@{FG Text}

Purpose:  Sets the default toolbox position.
@toc PROG
@endnode

@node MAXFACTOR

@{FG Highlight}MAXFACTOR=1|2@{FG Text}

Purpose:  Sets the maximum view magnification factor.

MAXFACTOR=1 allows up to 100% magnification.
MAXFACTOR=2 allows up to 50% magnification.

Use the MAXFACTOR=2 setting if your Amiga has only 512K of chip RAM.
@toc PROG
@endnode

@node CLIPUNIT

@{FG Highlight}CLIPUNIT=x@{FG Text}

Purpose: Sets the unit of the clipboard.device.

The default Amiga clipboard is number 0. You can force TypeSmith to use
another clipboard unit by changing the CLIPUNIT tooltype to another number.
@toc PROG
@endnode

@node FON "FONT"

@{FG Highlight}FONT=name.font@{FG Text}

Purpose:  Sets the font used for menus and requester titles

Where:    name.font  is a font in the Fonts: directory.

Example:  FONT=topaz.font
@toc PROG
@endnode

@node FONTSIZE

@{FG Highlight}FONTSIZE=#@{FG Text}

Purpose:  Sets the size of the font used for menus and requester titles.

Where:    #  is the size of the font.

Example:  FONTSIZE=8
@toc PROG
@endnode

@node INFORMATION

@{FG Highlight}INFORMATION=position@{FG Text}

Purpose:  Sets the position of the status bar.

Where:    position=Top or Bottom.

Example:  POSITION=Top
          POSITION=Bottom
@toc PROG
@endnode

@node COLOR#

@{FG Highlight}COLOR0=#
COLOR1=#
COLOR2=#
COLOR3=#@{FG Text}

Purpose:  Sets the interface colors.

Where:    # is the hexadecimal RGB value.

Examples: COLOR0=AAA
          COLOR1=000
          COLOR2=FFF
          COLOR3=68B
@toc PROG
@endnode

@node PATH "#?_PATH"

@{FG Highlight}DMF_PATH=fontpath
FM_PATH=fontpath
PFB_PATH=fontpath
AFM_PATH=fontpath
INTELLIFONT_PATH=fontpath
GRAPHIC_PATH=fontpath
DMF_PATH=fontpath
FM_PATH=fontpath
PFB_PATH=fontpath
AFM_PATH=fontpath
IF_PATH=fontpath
GRAPHIC_PATH=fontpath@{FG Text}

Purpose:  Sets the default path for various types of files.

Where:    fontpath  is a path.

Example:  DMF_PATH=Work:PageStream2/PSFonts
@toc PROG
@endnode

@node PTRN "#?_PTRN"

@{FG Highlight}DMF_PTRN=(pattern|pattern...)
FM_PTRN=(pattern|pattern...)
PFB_PTRN=(pattern|pattern...)
AFM_PTRN=(pattern|pattern...)
IF_PTRN=(pattern|pattern...)
IFF_PTRN=(pattern|pattern...)
DR2D_PTRN=(pattern|pattern...)
PS_PTRN=(pattern|pattern...)
COMP_PTRN=(pattern|pattern...)
REXX_PTRN=(pattern|pattern...)@{FG Text}

Purpose:  Sets the file matching pattern for various types of files.

Where:    pattern  is a file requester pattern.

Example:  IFF_PTRN=#?iff|#?ilbm
@toc PROG
@endnode

@node FUNC "SF#=filepath"

@{FG Highlight}SF#=filepath@{FG Text}

Purpose:  Sets the path for the ARexx macro script assigned to a function
          key.

Where:    SF  is 'F' for unshifted function keys, or 'SF' for shifted.
          #  is the function key number (1-10).
          Filepath  is a path and filename.

Example:  F6=work:typesmith/rexx/demo.tsrx
@next SCREEN
@toc PROG
@endnode


/* FONT TOOL TYPES */

@node FONT "Font Tool Types"

@{FG Highlight}Font Tool Types@{FG Text}

Project icons for PostScript and Compugraphic files are not required so
you can delete font icons if you wish. Project icons for .DMF files
contain information useful to TypeSmith because some information cannot be
stored in the .DMF file. In general, you should not delete them until you
are finished working on a font.

@{FG Highlight}All Font Files@{FG Text}

@{" FILETYPE " link FILETYPE}

@{FG Highlight}DMF Font Files@{FG Text}

@{" ID         " link ID}
@{" BBOXX      " link BBOXX}
@{" BBOXY      " link BBOXY}
@{" XHEIGHT    " link XHEIGHT}
@{" CAPHEIGHT  " link CAPHEIGHT}
@{" DESCENDER  " link DESCENDER}
@{" ASCENDER   " link ASCENDER}
@{" FONTNAME   " link FONTNAME}
@{" FIXEDPITCH " link FIXEDPITCH}
@prev PROG
@next PROG
@toc TypeSmith.help/MAIN
@endnode

@node FILETYPE

@{FG Highlight}FILETYPE=font@{FG Text}

Purpose:  Standard tooltype which identifies the file to TypeSmith.
@prev FIXEDPITCH
@toc FONT
@endnode

@node ID

@{FG Highlight}ID=#@{FG Text}

Purpose:  Specifies the unique ID number.

Where:    #  is the font ID number.
@toc FONT
@endnode

@node BBOXX

@{FG Highlight}BBOXX=#@{FG Text}

Purpose:  Specifies the bounding box horizontal size.

Where:    #  is the size in character units.
@toc FONT
@endnode

@node BBOXY

@{FG Highlight}BBOXY=#@{FG Text}

Purpose:  Specifies the bounding box vertical size.

Where:    #  is the size in character units.
@toc FONT
@endnode

@node XHEIGHT

@{FG Highlight}XHEIGHT=#@{FG Text}

Purpose:  Specifies the x-height position.

Where:    #  is the size in character units.
@toc FONT
@endnode

@node CAPHEIGHT

@{FG Highlight}CAPHEIGHT=#@{FG Text}

Purpose:  Specifies the cap height position.

Where:    #  is the size in character units.
@toc FONT
@endnode

@node DESCENDER

@{FG Highlight}DESCENDER=#@{FG Text}

Purpose:  Specifies the descender position.

Where:    #  is the size in character units.
@toc FONT
@endnode

@node ASCENDER

@{FG Highlight}ASCENDER=#@{FG Text}

Purpose:  Specifies the ascender position.

Where:    #  is the size in character units.
@toc FONT
@endnode

@node FONTNAME

@{FG Highlight}FONTNAME=#@{FG Text}

Purpose:  Specifies the font name.

Where:    name  is the font name.

Example:  FONTNAME=Bodoni
@toc FONT
@endnode

@node FIXEDPITCH

@{FG Highlight}FIXEDPITCH=yes|no@{FG Text}

Purpose:  Sets the fixed pitch toggle.
@next FILETYPE
@toc FONT
@endnode
