home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / SMF.ZIP / README < prev    next >
Text File  |  1990-09-10  |  1KB  |  23 lines

  1. SMFCODE: A program to help you work with the PM font system.
  2.  
  3. Smf was written in order to dynamically set the FATTRS structure
  4. prior to GpiCreateLogFont(), to change the CHARBUNDLE of a PS, and
  5. to see the resulting FONTMETRICS and output.  As such it is intended
  6. to be a straightforward layer between the user and the font display
  7. system. It does not protect against system R.I.P.s or ensure logical
  8. results.
  9.  
  10. To use it for the first time, hit each of the three buttons starting
  11. at the bottom and working up. <Select Font> will bring up a screen
  12. listing all of the currently installed public fonts. Select one of
  13. them with the mouse and the left button. This will set the face name
  14. and lMatch values in the FATTRS structure. <Create Logical Font> will
  15. take these FATTRS values and create a logical font which is displayed
  16. in the upper left hand grey window. The FONTMETRICS values for this
  17. logical font are displayed in the scrollable window below it.
  18. <Set Char Bundle> will read the values out of the char bundle window
  19. and set them for the PS used in the grey test window. The user may
  20. change the values in the FATTRS or CHARBUNDLE window at any time.
  21. This only has an effect, however, when one of the two afore mentioned
  22. buttons are pressed.
  23.