home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / mdraw04f.zip / MDRAW.TXT < prev    next >
Text File  |  1993-01-18  |  3KB  |  83 lines

  1. Mdraw V0.4f (mdraw.exe - 180736 bytes)
  2. Copyright 1992,1993 by S. Mike Dierken
  3. Mdraw - An object-oriented drawing package for MS-Windows.
  4.  
  5. This program (Mdraw v0.4f) is freely redistributable under the following
  6. conditions:
  7.     This text file is distributed (without modifications) with the program.
  8.     The executable file and the resources contained therein are not modified.
  9.  
  10. Send comments, bug reports, suggestions to:
  11.     S. Mike Dierken
  12.     CompuServe ID: 73670,364
  13.  
  14. (should you wish to help pay for continued development, contact me for
  15.  an address.)
  16.  
  17. CONTENTS
  18. 1 Introduction
  19. 1.1 Features
  20. 1.2 Current Limitations
  21. 1.3 Future Features
  22. 1.4 Changes in v0.2f
  23.  
  24. 1 Introduction
  25. Welcome to Mdraw, an object-oriented drawing package for MS-Windows.
  26. This program is object-oriented in the sense that the objects you draw 
  27. may be moved or modified after you draw them.  This is not a painting
  28. program, but rather a drawing program.  You do not 'erase' parts of your
  29. drawing, but you can select and then delete the parts you have drawn.
  30. This is also object-oriented in the sense that each object has attributes
  31. that you may modify.  For example, each object you draw has a color, and you 
  32. may change that color after you have drawn it.  You may also 'join' multiple
  33. objects together to create a new object (which can be unjoined later).
  34.  
  35. 1.1 Features:
  36.     Toolbar/Pallete
  37.     Drawing Tools - box, ellipse, polygon, text
  38.     Linestyles, Fill colors, Text colors, Text formats, Fonts, Font sizes
  39.     Cut, Copy, Paste, Delete
  40.     Join, Unjoin
  41.     Move, Resize
  42.     Snap Grid
  43.     Link an object to another Mdraw file. (aka Hyperlinks)
  44.     Attach a note to an object & edit it with NOTEPAD.EXE
  45.     Picture Export - CGM, WMF (placeable & fixed)
  46.     Picture Import - CGM (somewhat)
  47.     Printing
  48.  
  49.  
  50. 1.2 Current Limitations (which I'm working on fixing...):
  51. Major:
  52.     Can't edit polygons after creation (can only resize)
  53.     Resize of 'joined' objects doesn't work the way it should yet.
  54.     No bitmaps.
  55.     Doesn't use the 'clipboard' to import text or bitmaps.
  56.     CGM import/export not as truly portable as it should be.
  57.  
  58. Minor:    
  59.     No import of other file formats (v0.2f has CGM import)
  60.     Only 16 colors
  61.     Text background is always transparent
  62.     Partial True Type font support
  63.     Fixed size snap grid
  64.     Doesn't draw snap gridlines
  65.     Not enough 'grab' points when resizing object
  66.     No horizontal scroll bar
  67.     Zoom in/out not quite perfected.
  68.     
  69. 1.3 Future Features
  70.     OLE 1.0 support (as a server)
  71.     MS-Windows 3.1 support (drag/drop, better TrueType, common dialogs, etc.)
  72.     Clipboard import/export (text, WMF, bitmap, etc)
  73.     File Import (text, WMF, bitmap, etc)
  74.     Layers
  75.     More object types - splines, bitmaps
  76.     Read only/browse mode.
  77.  
  78. 1.4 Changes in v0.2f
  79.     1. Added CGM import
  80.     2. Improved CGM export (it is still not perfectly transportable yet)
  81.     3. Added vertical scroll bar
  82.     4. Increased maximum number of fonts in selection dialog to 256
  83.