Home
last modified time | relevance | path

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

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