Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_PairFont.cpp39 NN_ASSERT(primary->GetCharacterCode() == secondary->GetCharacterCode()); in PairFont()
259 PairFont::GetCharacterCode() const in GetCharacterCode() function in nw::font::PairFont
262 return m_Primary->GetCharacterCode(); in GetCharacterCode()
Dfont_Font.cpp135 switch (GetCharacterCode()) in GetCharStrmReader()
154 switch (GetCharacterCode()) in GetCharStrmReader()
Dfont_ResFontBase.cpp267 ResFontBase::GetCharacterCode() const in GetCharacterCode() function in nw::font::ResFontBase
/NW4C-1.2.23/include/nw/font/
Dfont_PairFont.h117 virtual CharacterCode GetCharacterCode() const;
Dfont_ResFontBase.h101 virtual CharacterCode GetCharacterCode() const;
Dfont_Font.h320 virtual CharacterCode GetCharacterCode() const = 0;
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_TextBox.cpp488 if (pFont && pFont->GetCharacterCode() != font::CHARACTER_CODE_UNICODE) in SetFont()