home *** CD-ROM | disk | FTP | other *** search
/ Dream 53 / Amiga_Dream_53.iso / Amiga / Applications / PAO / ExtensionsPageStream / MUIFontCatalog.readme < prev    next >
Text File  |  1998-06-15  |  4KB  |  132 lines

  1. Short:    PGS3 arexx script - view all fonts
  2. Author:   Michael.Merkel@gmx.net (Michael Merkel)
  3. Uploader: Michael.Merkel@gmx.net (Michael Merkel)
  4. Type:     text/dtp
  5. Replaces: text/dtp/FontCatalog103.lha
  6.  
  7. ABOUT
  8.  
  9. This is an ARexx script for use with PageStream3.
  10. With this script it is possible to get an overview of all available fonts.
  11.  
  12. (if you want a better overview use the "Print Font Specime" script which
  13. comes with PageStream3!)
  14.  
  15.  
  16. DISTRIBUTION
  17.  
  18. spread it! use it! _write me!_
  19.  
  20.  
  21. REQUIREMENTS
  22.  
  23. - PageStream3 (of course!!!) - >= V3.3x
  24. - MUI
  25. - MUIREXX V3.x!!
  26. - Some fonts in the font directory
  27.  
  28.  
  29. USAGE
  30.  
  31. * install it with the installer script
  32. * select "Play Script" in PageStream3
  33. * loooook!!!
  34.  
  35.  
  36. HISTORY
  37.  
  38. V2.00 (15. April 1997)
  39.  * rewritten the GUI of FontCatalog to use MUI!
  40.    Thanks to MUIREXX this was very easy.
  41.    Advantages: - much easier design of the prefs windows
  42.                - no more restriction for gadgets
  43.                - all the MUI advantages
  44.    Disadvantages: - none!
  45.  
  46.    +--------------------------------------------------------------+
  47.    |!Note: You *must* install MUI and MUIREXX properly!           |
  48.    |For installing MuiFontCatalog please use the installer script.|
  49.    +--------------------------------------------------------------+
  50.  
  51.  * added support for saving generated documents
  52.  * added dupport for starting catalog on every page user wants
  53.  * FontCatalog checks the start page. Earlier versions crashed when
  54.    started from the masterpage.
  55.  
  56. V2.01 (20. April 1997)
  57.  * made fontdragging faster
  58.  * added space (1/2pt) between fontsamples and fontnames
  59.  * now the fontsize is printed, too
  60.  * uhoh! completely reworked the calculation of the fontsample sizes!
  61.  * now you can specify the weigth of the pageborder and the sampleborder
  62.  * now you can specify the fontsize for the text written below the pageborder
  63.  * implemented tab cycling!
  64.  * MUIFontCatalog is now copied into T: before start.
  65.    This speeds up canceling a bit.
  66.  
  67. V2.02 (01. May 1997)
  68.  * fixed a bug with default prefs
  69.  * added checkmark to print all available characters instead a sample text
  70.  
  71. V2.03 (15. Jun 1997)
  72.  * rewritten to use MUIRexx V3.0
  73.    --> YOU NOW *NEED* MUIREXX V3.0 TO RUN THIS <--
  74.  
  75. V2.04 (22. Aug 1997)
  76.  * fixed a little "bug" with PageStream3.x's "not select after paste" feature.
  77.    Now the fonts are set correct if this feature is activated.
  78.  
  79. V2.05 (31. Jan 1998)
  80.  * changed "SELECTTEXT AT ..." to "SELECTTEXT INOBJECT ..."
  81.  * little code cleanup
  82.  * added a wait window when loading prefs and when sorting fonts.
  83.  * selecting (dragndrop) fonts now uses muirexx calls -> maybe faster??
  84.  * doubleclick on a font in the fontlist will now (de)select it.
  85.  * "quit" from menu did not enable the PageStream3 screen -> fixed
  86.  * added menu shortcut for "quit"
  87.  * some interface changes
  88.  
  89. V2.06 (07. Feb 1998)
  90.  * the sliders for the size were not set by the default prefs -> fixed
  91.  
  92. V2.07 (08. Feb 1998)
  93.  * ex-/importing textsamples instead of copy and paste it.
  94.    --> with copy and paste the textcodes are copied, too. this could result
  95.        in the fontreplacement requester to pop up *every* time a new fontsample
  96.        is copied (when default fonts were missing)!
  97.  * changes result in a slight speedup
  98.  
  99. V2.08 (08. Mar 1998)
  100.  (many thanks to nils heeren tips for this version!)
  101.  
  102.  * fixed incorrect fontsize in sample info
  103.  * added possibility to use a textfile as sample text!
  104.    this textfile can have _any_ format PageStream3 can import as text!
  105.    (ascii, rtf, ...). try this by exporting a little text with PageStream and
  106.    use it for this functionality.
  107.  * added user definable inner sample space.
  108.    per default the samples have a gap of 1pt from the top, bottom, left and right
  109.    border of the surrounding box. now this is definable.
  110.  * saving prefsfile on end is now choosable! (menu)
  111.  * added loading and saving of prefsfiles! (menu)
  112.  * added a move button to fontlists to move selected fonts to the other lister
  113.    (better than drag'n'drop for long lists)
  114.  * again (really!) fixed the bug with the wrong fontsize information.
  115.  
  116. V2.09 (31. March 1998)
  117.  * added a button to interface to get the master page sizes
  118.    So no more need to insert the page borders manually 8-)
  119.  
  120.  
  121. AUTHOR
  122.  
  123. michael merkel (MiMe@IRC)
  124. Michael.Merkel@gmx.net (Michael Merkel)
  125. http://webrum.uni-mannheim.de/fht/mmerkel/www/index.html
  126.  (here you will find the latest version of MUIFontCatalog)
  127.  
  128.  
  129. THANKS TO
  130.  
  131. SoftLogik for this wonderful program! It's the best on all platforms...
  132.