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

Syntax

f32 Print(
     const CharType * str
);

f32 Print(
     const CharType * str,
     int           length
);

List of Overloaded Member Functions

Print ( const CharType * ) Draws a string.
Print ( const CharType *, int ) Draws a string.

Description of Print ( const CharType * )

Draws a string.

Description of CPrint ( const CharType *, int )

Draws a string.

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