Home
last modified time | relevance | path

Searched refs:BINBLOCK_SIG_FINF (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/sources/libraries/font/
Dfont_ResFont.cpp181 if (blockHeader->kind == BINBLOCK_SIG_FINF) in SetResource()
254 case BINBLOCK_SIG_FINF: in Rebuild()
Dfont_ArchiveFontBase.cpp297 case BINBLOCK_SIG_FINF: pContext->op = ConstructContext::ANALYZE_FINF; break; in ConstructOpDispatch()
/NW4C-1.3.3/include/nw/font/
Dfont_ResourceFormat.h55 const ut::SigWord BINBLOCK_SIG_FINF = NW_UT_MAKE_SIGWORD('F','I','N','F'); variable