home *** CD-ROM | disk | FTP | other *** search
- 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
- Organization: SAS Institute Inc.
- Date: Thursday, 5 Nov 1992 09:08:42 EDT
- From: <SASTPH@vm.sas.com>
- Message-ID: <92310.090842SASTPH@vm.sas.com>
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Re: Boldface Stock Fonts?
- References: <1992Nov4.222139.19762@ods.com>
- Lines: 8
-
- In article <1992Nov4.222139.19762@ods.com>, scott@ods.com (Scott Harper) says:
- >
- >Is there a way to make one of the stock fonts take on
- >a BOLD attribute (ala the LOGFONT structure, lfWeight = FW_BOLD)?
- >
- Windows can deliver BOLD versions of the standard fonts. Just ask for
- a bold weight (FW_BOLD) when you call CreateFont. Note that the default
- font for dialog boxes is Helv 8 Bold.
-