home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / WiseFontDLL.zip / Readme.txt < prev    next >
Text File  |  2002-08-29  |  1KB  |  44 lines

  1.                            WiseFont DLL
  2.                       Funduc Software, Inc.
  3.              Copyright 2001-2002, All Rights Reserved
  4.             www.funduc.com   www.searchandreplace.com
  5.  
  6.  
  7. This program is freeware. You can distribute this zip freely. 
  8.  
  9. You can distribute WiseFont.dll freely with your installer but
  10. please do not distribute the compiler code or documentation.
  11. Thanks.
  12.  
  13.  
  14. Background:
  15.  
  16. We needed a font picker for one of our Wise 8 installer routiness.
  17. We could not locate anything nothing handy so I wrote a little DLL
  18. that can be used with the Wise 'Call DLL' function.
  19.  
  20. See WiseFont.wse for a sample installer that does a little
  21. demonstration.
  22.  
  23. The variables are:
  24.  
  25. WISEFONTFACE
  26. WISEFONTPOINTS        
  27. WISEFONTITALIC        
  28. WISEFONTUNDER        
  29. WISEFONTSTRIKE        
  30. WISEFONTWEIGHT         Note: For this variable, to get bold you must use
  31.                      700 per Microsoft Documentation as follows:
  32.                  
  33.                      lfWeight   Specifies the weight of the font, in
  34.                      the range 0 through 1000 (for example, 400 is
  35.                      normal and 700 is bold). If lfWeight is zero, a
  36.                      default weight is used.
  37.  
  38. Code used to compile the DLL is included in the zip.
  39.  
  40. I hope this is handy to other Wise Installer users.
  41.  
  42. Mike Funduc
  43. Funduc Software, Inc.
  44. support@funduc.com   or  support@searchandreplace.com