CFontHolder::InitializeFont

This method initializes a CFontHolder object. Call this function after constructing a CFontHolder object.

If pFontDispAmbient is not NULL, the CFontHolder object is connected to a clone of the IFont interface used by the container's ambient Font property.

If pFontDispAmbient is NULL, a new Font object is created either from the font description pointed to by pFontDesc or, if pFontDesc is NULL, from a default description.

At a Glance

Header file: Afxctl.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

void InitializeFont( const FONTDESC FAR* pFontDesc = NULL,

See Also

CFontHolder::CFontHolder