home *** CD-ROM | disk | FTP | other *** search
/ Explore the World of Sof…ids' Graphics for Windows / Explore_the_World_of_Software_-_Kids_Graphics_for_Windows_1995.iso / windows / disk324 / explore.lib / MDRAW.TXT < prev   
Text File  |  1992-11-05  |  3KB  |  76 lines

  1. Mdraw V0.4d (mdraw.exe - 134656 bytes)
  2. Copyright 1992, by S. Mike Dierken
  3. Mdraw - An object-oriented drawing package for MS-Windows.
  4.  
  5. This program (Mdraw v0.4d) 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.  
  23. 1 Introduction
  24. Welcome to Mdraw, an object-oriented drawing package for MS-Windows.
  25. This program is object-oriented in the sense that the objects you draw 
  26. may be moved or modified after you draw them.  This is not a painting
  27. program, but rather a drawing program.  You do not 'erase' parts of your
  28. drawing, but you can select and then delete the parts you have drawn.
  29. This is also object-oriented in the sense that each object has attributes
  30. that you may modify.  For example, each object you draw has a color, and you 
  31. may change that color after you have drawn it.  You may also 'join' multiple
  32. objects together.
  33.  
  34. 1.1 Features:
  35.     Toolbar/Pallete
  36.     Drawing Tools - box, ellipse, polygon, text
  37.     Linestyles, Fill colors, Text colors, Text formats, Fonts, Font sizes
  38.     Cut, Copy, Paste, Delete
  39.     Join, Unjoin
  40.     Move, Resize
  41.     Snap Grid
  42.     Link an object to another Mdraw file. (aka Hyperlinks)
  43.     Attach a note to an object & edit it with NOTEPAD.EXE
  44.     Picture Export - CGM, WMF (placeable & fixed)
  45.     Printing
  46.  
  47.  
  48. 1.2 Current Limitations (which I'm working on fixing...):
  49. Major:
  50.     Can't edit polygons after creation (can only resize)
  51.     Resize of 'joined' objects doesn't work the way it should yet.
  52.     No bitmaps.
  53.     Doesn't use the 'clipboard' to import text or bitmaps.
  54.     CGM export not quite right.
  55.  
  56. Minor:    
  57.     No import of other file formats
  58.     16 colors
  59.     Text background is always transparent
  60.     Partial True Type font support
  61.     Fixed size snap grid
  62.     Doesn't draw snap gridlines
  63.     Not enough 'grab' points when resizing object
  64.     No scroll bars
  65.     Zoom in/out not quite perfected.
  66.     
  67. 1.3 Future Features
  68.     OLE 1 support (as a server)
  69.     MS-Windows 3.1 support (drag/drop, better TrueType, common dialogs, etc.)
  70.     Clipboard import/export (text, WMF, bitmap, etc)
  71.     File Import (text, WMF, bitmap, etc)
  72.     Layers
  73.     More object types - splines, bitmaps
  74.     Read only/browse mode.
  75.  
  76.