nn::font::Font::GetCharStrmReader Member Function

Syntax

const CharStrmReader GetCharStrmReader(
     wchar_t dummy
) const;

Parameters

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

Return Values

Returns a CharStrmReader that interprets strings in a character encoding supported by the font.

Description

Gets a CharStrmReader that interprets strings in a character encoding supported by the font.


CONFIDENTIAL