CFont::CreatePointFontIndirect

This method is the same as CreateFontIndirect except that the lfHeight member of the LOGFONT is interpreted in tenths of a point rather than device units.

At a Glance

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

Syntax

BOOL CreatePointFontIndirect( const LOGFONT* lpLogFont,
CDC*
pDC = NULL );

See Also

CFont::CreatePointFont, CFont::CreateFontIndirect