Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/lyt/
Dlyt_FontContainer.h180 FontKey RegistFont(const char* name, font::Font* pFont, bool own);
188 void UnregistFont(FontKey key);
217 FontKey key
Dlyt_ArcResourceAccessor.h129 FontKey RegistFont(const char* name, font::Font* pFont);
139 void UnregistFont(FontKey key);
473 FontKey RegistFont(const char* name, font::Font* pFont);
483 void UnregistFont(FontKey key);
Dlyt_Types.h3252 typedef const void* FontKey; typedef
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_FontContainer.cpp102 FontContainer::FindFontByKey(FontKey key) in FindFontByKey()
118 FontKey
132 return reinterpret_cast<FontKey>(pLink); in RegistFont()
136 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.3.3/demos/lyt/archiveFont/sources/
Dmain.cpp209 nw::lyt::FontKey fontKey = pResAccessor->RegistFont("sample.bcfna", pArchiveFont); in nnMain()