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

Syntax

const CharStrmReader GetCharStrmReader(
     char dummy
) const;
const CharStrmReader GetCharStrmReader(
     wchar_t dummy
) const;

List of Overloaded Member Functions

GetCharStrmReader ( char ) Gets CharStrmReader, used to interpret text in the character code format the font supports.
GetCharStrmReader ( wchar_t ) Gets CharStrmReader, used to interpret text in the character code format the font supports.

Description of GetCharStrmReader ( char )

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

Description of GGetCharStrmReader ( wchar_t )

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


CONFIDENTIAL