home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
graphics
/
gdi
/
fonts
/
fontview
/
readme.txt
< prev
next >
Wrap
Text File
|
1996-01-17
|
719b
|
23 lines
Font Usage
SUMMARY
=======
The FONTVIEW sample demonstrates several programming aspects. As a
stand-alone application, it allows you to experiment with the various
parameters of the CreateFont function, as well as examine the fonts and
metrics returned by the call.
MORE INFORMATION
================
This sample also demonstrates the following:
- Using CreateFont in your application.
- Creating a code base that can be compiled for 16-bit or 32-bit Windows.
- Creating an About box with a custom bitmap.
- Implementing the Help menu to interact with the Windows help engine.
- Incorporating a Status Bar in your application.
- Incorporating a Button Bar in your application.