nw::font::Font::GetCharStrmReader Member Function

Syntax

const CharStrmReader GetCharStrmReader(
     wchar_t dummy
) const;

Arguments

Name Description
in dummy The character type handled by CharWriter that gets CharStrmReader. The argument's value itself is not used.

Return Values

Returns CharStrmReader, used to interpret text string in the character code format the font supports.

Description

Gets CharStrmReader, used to interpret text in the character code format the font supports.

This function must be used to get nw::font::CharStrmReader the first time because only the copy constructor has been made public for it.

See Also

nw::font::CharStrmReader

Revision History

2009/11/09
Initial version.

CONFIDENTIAL