home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / misc / 3241 < prev    next >
Encoding:
Internet Message Format  |  1992-11-05  |  806 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!ames!decwrl!concert!sas!mozart.unx.sas.com!vm.sas.com!sastph
  2. Organization: SAS Institute Inc.
  3. Date: Thursday, 5 Nov 1992 09:08:42 EDT
  4. From: <SASTPH@vm.sas.com>
  5. Message-ID: <92310.090842SASTPH@vm.sas.com>
  6. Newsgroups: comp.os.ms-windows.programmer.misc
  7. Subject: Re: Boldface Stock Fonts?
  8. References:  <1992Nov4.222139.19762@ods.com>
  9. Lines: 8
  10.  
  11. In article <1992Nov4.222139.19762@ods.com>, scott@ods.com (Scott Harper) says:
  12. >
  13. >Is there a way to make one of the stock fonts take on
  14. >a BOLD attribute (ala the LOGFONT structure, lfWeight = FW_BOLD)?
  15. >
  16. Windows can deliver BOLD versions of the standard fonts.  Just ask for
  17. a bold weight (FW_BOLD) when you call CreateFont.  Note that the default
  18. font for dialog boxes is Helv 8 Bold.
  19.