Sub Systems, Inc., 11 Tiger Row, Georgetown, MA 01833, (508) 352-9020    FAX:  (508)
352-9019

                              Why Re-invent The Wheel?
          
                    Looking for a powerful,  feature packed text
                    editor to include into your application?  Now
                                     available:
                    
                    
                                 TE Developer's Kit
                                        with
                                          
                              Word Processing Features
                                          
          
          
               TE Developer's Kit is the most effective method of
          incorporating text editing features into your application.  The
          kit includes the complete source code of the editor and its
          library routines.  TE Developer's Kit can save you hundreds of
          hours of programming time.  The product is royalty free for
          distribution.
          
               TE text editor is a full functionality editor library.  The
          features include character and paragraph formatting, multiple
          file editing,  support for files larger than memory,  windows
          with simultaneous updates,  a document mode incorporating word
          wrapping and printing functions.  Other features are multiple
          edit buffers,  reconfigurable keyboard commands, keystroke macro
          record/play, block commands,  rectangular block handling, an
          ability to customize screen colors,  autosave and an UNDO
          feature.
          
          
          Complete full screen editing: position at the beginning of a
               line,  end of a line,  beginning of a document,  end of a
               document;  locate the previous or next word,  position at
               any line number in the document,  remember the current line
               number,  reposition on the remembered line number; page up,
               page down, horizontal scrolling etc..
          
          
          Character Formatting Features:
          
               The package supports the following character formats:
          
                                        Bold
                                     Underlining
                                     Italicizing
          
               You can apply a desired character format to a highlighted
          block of text or to the current character.  The DOS version of TE
          identifies the formatted characters with specific colors on the
          screen.  The Windows and OS2 versions show these formats using
          appropriate fonts.
          

Sub Systems, Inc., 11 Tiger Row, Georgetown, MA 01833, (508) 352-9020    FAX:  (508)
352-9019

          
          Paragraph Formatting Features:
          
               The package provides the following paragraph formatting
               features:
          
               1. Paragraph Indentation (Left and Right),
               2. Paragraph Double Spacing,
          
                                 3. Paragraph Centering,
                                          4. Paragraph Right Justification.
          
               The left and right indentation features are additive.
          Therefore,  it is possible to have a variable amount of
          indentation between the paragraphs.
          
          
          Printer Control:  The DOS version comes with a printer database
               containing a sample of printers to choose from. The product
               also contains a printer setup program to add more printers
               or to modify existing printers.  Using this program,  you
               can add or modify printer codes to enable and disable
               various printer characteristics such as bold, underline,
               italic,  compressed print,  near letter quality,  setup
               string,  and exit string.
          
                    The Windows and OS2 versions provide the printing
               facility using the host print drivers.
          
          
          Disk File Format:  The output of the editor consists of text
               lines followed by the formatting information at the end of
               the file.  The formatting information is in a compressed
               format.
          
               The Windows version also supports Rich Text Format for input
               and output.
          
          
          Document Mode:  The editor has a document mode that incorporates
               word wrapping and document printing.
          
          
          Optional Spell Checker Add-on:  If you need to incorporate a
               Spell Checker into the text editor, Sub Systems also offers
               a product called Spell Time.  Please call if you need more
               information about this product.
          
          
          
          The Windows version includes these additional features:
          

Sub Systems, Inc., 11 Tiger Row, Georgetown, MA 01833, (508) 352-9020    FAX:  (508)
352-9019

               o    Multiple Fonts and Point sizes:  The word processor can
                    use all available typefaces in different sizes within
                    one document.
          
               o    Imbedded Pictures:  You can import a picture bitmap
                    from a disk file or from the clipboard.  The picture
                    can be imbedded anywhere in the text.  The picture is
                    stored with the text in the output file or buffer.
          
               o    Additional character styles:  Superscript, subscript,
                    strike through.
          
               o    Print View Mode to facilitate WYSIWYG editing.
          
               o    Tab Support:  Left, right and center tab positions.
          
               o    Page break and automatic repagination.
          
               o    Support for tables, multiple section and multiple
                    column documents.  Page Mode is also available for
                    side-by-side column editing.
          
               o    Support for an unlimited size document.  You can open
                    an unlimited number of text windows simultaneously.
          
               o    Use as a DLL, VBX, or a Custom Edit Control.  The
                    package also includes the support for Microsoft's
                    Visual C++ class interface.
          
               o    Clipboard Format Support: Text, Rich Text Format,
                    Bitmap, Windows metafile, and native TER file format.
          
               o    Allows unlimited text colors.
          
               o    API Function Set: The API functions include routines to
                    set/retrieve data, to set/retrieve operating variables,
                    and to apply character and paragraph formats under your
                    programs control.  Your program can also communicate
                    with the editor using the message communication.
          
               o    Printing without invoking the editing session.  Your
                    program specifies the printer device context and the
                    location of the text rectangle.
          
               o    Mail/Merge:  The editor allows the user to input the
                    field names during the editing session.  The merge API
                    functions can merge field data when printing within
                    your program's control.
          
               o    OLE and Drag/Drop support.
          
               o    Optional Menu, Scroll bars, Ruler, Tool bar and Status
                    ribbon.
          

Sub Systems, Inc., 11 Tiger Row, Georgetown, MA 01833, (508) 352-9020    FAX:  (508)
352-9019

               o    Protected and Hidden text.
          
               o    Read Only Mode and Hyperlink interface.
          
               o    Full control over the text window style
                    (child/overlapped).
          
          
          
          The DOS version includes these additional features:
          
               o    TER Small Editor Routine:  The product contains a full
                    functionality executable program and an editor routine
                    to link with your program.  The editor routine can be
                    called from your program by passing the window
                    location, window co-ordinates,  and a buffer containing
                    the text,  or a text file name.
          
               o    Memory Requirement:  The version 3.5 needs
                    approximately 10 to 15 K bytes of extra memory compared
                    with version 3.0.  Please refer to the accompanied
                    brochure on version 3.0 for the memory requirements of
                    various components.
          
          
               o    The version 3.5 for DOS includes all the features
                    available in version 3.0.  Please refer to the
                    accompanied brochure on version 3.0 for the description
                    of other features
          
          
          
          The OS2/PM version includes these additional features:
          
               o    Imbedded Pictures:  You can import a picture bitmap
                    from a disk file or from the clipboard.
          
               o    Multiple Fonts and Point sizes:  The word processor can
                    use all available typefaces in different sizes within
                    one document.
          
               o    Additional character styles:  Superscript, subscript,
                    strike through and inverse color.
          
               o    Clipboard Format Support: Text, Bitmap and native TER
                    file format.
          
               o    API Function Set: The API functions include routines to
                    set/retrieve data and to set/retrieve operating
                    variables.
          
               o    Optional Menu, Scroll bars, and Status ribbon.
          

Sub Systems, Inc., 11 Tiger Row, Georgetown, MA 01833, (508) 352-9020    FAX:  (508)
352-9019

               o    Full control over the text window style
                    (child/overlapped).
          
               o    Support for an unlimited size document.  You can open
                    an unlimited number of text windows simultaneously.
          
          
               The Windows and OS2 versions come in the DLL format.  All
          versions include the complete source code compatible with
          Microsoft and Borland C/C++ compilers (the OS2 version requires
          the IBM C compiler).  The Windows version also includes a VBX for
          Microsoft Visual Basic.
          
               Your application containing this product can be distributed
          royalty free, provided that it meets with these requirements:  a)
          the word processor is not sold as a stand-alone product, and b)
          the target product is much larger than the word processor.
          
          
          
               'Despite the fact that any text editor is a complex
                 and integrated system, the TE is written very
                 clearly and concisely.  This product alone has
                 saved me months of work.' ... Ken Kraisler
          
          
                      
                                    TE Developer's Kit
                                                   
                                 DOS (Version 3.5):  $349
                                                   
                               Windows (Version 4.0):  $389
                                                   
                                OS2/PM (Version 3.5): $419
                                                   
                                                   
                                 Call Now: 1-800-447-6819
                                                   
                                    Sub Systems, Inc.
                      
          
          
          Limited 30 Day Guarantee. Diskette envelope must remain sealed.
