Home
last modified time | relevance | path

Searched refs:GetCharacterCode (Results 1 – 7 of 7) sorted by relevance

/NW4C-2.0.3/sources/libraries/font/
Dfont_PairFont.cpp41 NN_ASSERT(primary->GetCharacterCode() == secondary->GetCharacterCode()); in PairFont()
261 PairFont::GetCharacterCode() const in GetCharacterCode() function in nw::font::PairFont
264 return m_Primary->GetCharacterCode(); in GetCharacterCode()
Dfont_Font.cpp137 switch (GetCharacterCode()) in GetCharStrmReader()
156 switch (GetCharacterCode()) in GetCharStrmReader()
Dfont_ResFontBase.cpp269 ResFontBase::GetCharacterCode() const in GetCharacterCode() function in nw::font::ResFontBase
/NW4C-2.0.3/include/nw/font/
Dfont_PairFont.h119 virtual CharacterCode GetCharacterCode() const;
Dfont_ResFontBase.h103 virtual CharacterCode GetCharacterCode() const;
Dfont_Font.h322 virtual CharacterCode GetCharacterCode() const = 0;
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextBox.cpp490 if (pFont && pFont->GetCharacterCode() != font::CHARACTER_CODE_UNICODE) in SetFont()