home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / a / assembly / FontWindow / !Demo / !Help next >
Encoding:
Text File  |  1993-01-27  |  1.0 KB  |  34 lines

  1. These applications give you some idea how to use the
  2. FontWindow module.
  3.  
  4. To test how they work, just change screen resolution.  And see
  5. how the fonts look from the various applications.
  6.  
  7. Normal: This does not use the fontwindow module
  8. Simple: This does use the fontwindow module
  9.  
  10.         These demonstrate how to use the fontwindow module with
  11.         windows without anti-aliased title bar icons.
  12.  
  13.         They simple display a window when click on icon bar icon
  14.         and have menu dboxes that do nothing.
  15.  
  16. Editor: This does not use the fontwindow module
  17. Hard:   This does use the fontwindow module
  18.  
  19.         Demonstrate how handle anti-aliased title bars on windows.
  20.  
  21.         A simple multi-document editor.  Creates new documents each time
  22.         click on the icon bar icon.  Deletes document when window closed.
  23.  
  24. Note that these programs are quick hacks so don't expect to see
  25. good code --- just exactly how to use the FontWindow stuff.
  26.  
  27. In particular, there isn't too much in the way of memory management or
  28. error trapping...
  29.  
  30.  
  31. Have fun,
  32.  
  33. Cy Booker - 27.01.1993
  34.