nw::lyt::TextBox::SetFont Member Function

Syntax

void SetFont(
     const font::Font * pFont
);

Arguments

Name Description
pFont Pointer to the font object.

Return Values

None.

Description

Sets the text font.

Also sets the font size to the size of the specified font object.

Font settings are cleared when NULL is passed.

See Also

GetFont

Revision History

2010/01/26
Changed specifications so that the font is not destroyed.
2009/09/18
Initial version.

CONFIDENTIAL