nw::font::Font::GetCharStrmReader Member Functionconst CharStrmReader GetCharStrmReader( char dummy ) const; const CharStrmReader GetCharStrmReader( wchar_t dummy ) const;
| 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. |
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.
GetCharStrmReader ( 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