nw::lyt::TextBox::TextBox Constructor
TextBox(
u16 allocStrLen,
const wchar_t* str,
const font::Font * pFont
);
| Name | Description | |
|---|---|---|
| allocStrLen | Number of characters to be allocated to the text string buffer. | |
| str | The text string. | |
| pFont | Pointer to a font. |
Constructor.
Sets str as the initial text string.
Sets the font given by pFont as the font to be drawn.
CONFIDENTIAL