Home
last modified time | relevance | path

Searched refs:FontKey (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.2.23/include/nw/lyt/
Dlyt_ArcResourceAccessor.h129 FontKey RegistFont(const char* name, font::Font* pFont);
139 void UnregistFont(FontKey key);
410 FontKey RegistFont(const char* name, font::Font* pFont);
420 void UnregistFont(FontKey key);
Dlyt_FontContainer.h175 FontKey RegistFont(const char* name, font::Font* pFont, bool own);
183 void UnregistFont(FontKey key);
Dlyt_Types.h3204 typedef const void* FontKey; typedef
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_FontContainer.cpp101 FontKey
115 return reinterpret_cast<FontKey>(pLink); in RegistFont()
119 FontContainer::UnregistFont(FontKey key) in UnregistFont()
Dlyt_ArcResourceAccessor.cpp308 FontKey
315 ArcResourceAccessor::UnregistFont(FontKey key) in UnregistFont()
442 FontKey
449 MultiArcResourceAccessor::UnregistFont(FontKey key) in UnregistFont()
/NW4C-1.2.23/demos/lyt/archiveFont/sources/
Dmain.cpp209 nw::lyt::FontKey fontKey = pResAccessor->RegistFont("sample.bcfna", pArchiveFont); in nnMain()