nw::font::TextWriterBase::Print Member Function

Syntax

f32 Print(
     const CharType * str
);

Arguments

Name Description
in str Text string

Return Values

Returns the width of the character string.

Description

Draws a string.

Revision History

2009/11/09
Initial version.

nw::font::TextWriterBase::Print Member Function

Syntax

f32 Print(
     CharCode code
);

Arguments

Name Description
in code The character code of the text character to be drawn.

Return Values

Returns the character width of the character that was drawn.

Description

Draws the characters.

Revision History

2009/11/09
Initial version.

CONFIDENTIAL