CODFontProperties::CreateFont

CFont* CODFontProperties::CreateFont(CDC* pDC = NULL)

Creates a CFont object based on the current settings.

Defined in: OdFontProp.cpp

Return Value

A pointer the the new font. The caller is responsible for cleaning up this object.

Parameters

pDC

A pointer to the device this font will be used in.