Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_FontContainer.h182 FontKey RegistFont(const char* name, font::Font* pFont, bool own);
190 void UnregistFont(FontKey key);
219 FontKey key
Dlyt_ArcResourceAccessor.h131 FontKey RegistFont(const char* name, font::Font* pFont);
141 void UnregistFont(FontKey key);
475 FontKey RegistFont(const char* name, font::Font* pFont);
485 void UnregistFont(FontKey key);
Dlyt_Types.h3287 typedef const void* FontKey; typedef
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_FontContainer.cpp104 FontContainer::FindFontByKey(FontKey key) in FindFontByKey()
120 FontKey
134 return reinterpret_cast<FontKey>(pLink); in RegistFont()
138 FontContainer::UnregistFont(FontKey key) in UnregistFont()
Dlyt_ArcResourceAccessor.cpp310 FontKey
317 ArcResourceAccessor::UnregistFont(FontKey key) in UnregistFont()
444 FontKey
451 MultiArcResourceAccessor::UnregistFont(FontKey key) in UnregistFont()
/NW4C-2.0.3/demos/lyt/archiveFont/sources/
Dmain.cpp211 nw::lyt::FontKey fontKey = pResAccessor->RegistFont("sample.bcfna", pArchiveFont); in nnMain()