Home
last modified time | relevance | path

Searched refs:INVALID_CHARACTER_CODE (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/font/
Dfont_Font.h161 static const CharCode INVALID_CHARACTER_CODE = INVALID_CHAR_CODE; variable
/NW4C-1.2.23/sources/libraries/font/
Dfont_CharWriter.cpp228 NN_ASSERT(code != Font::INVALID_CHARACTER_CODE); in Print()