nw::lyt::TextBox::TextBox Constructor

Syntax

TextBox(
     u16 allocStrLen,
     const wchar_t*                  str,
     const font::Font * pFont
);

Arguments

Name Description
allocStrLen Number of characters to be allocated to the text string buffer.
str The text string.
pFont Pointer to a font.

Description

Constructor.

Sets str as the initial text string.

Sets the font given by pFont as the font to be drawn.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL