Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextBox.cpp131 NW_NULL_ASSERT(resBlockSet.pFontList); in TextBox()
132 NW_ASSERT(pBlock->fontIdx < resBlockSet.pFontList->fontNum); in TextBox()
133 …nts = internal::ConvertOffsToPtr<res::Font>(resBlockSet.pFontList, sizeof(*resBlockSet.pFontList)); in TextBox()
Dlyt_Layout.cpp227 resBlockSet.pFontList = static_cast<const res::FontList*>(dataPtr); in Build()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Common.h59 const res::FontList* pFontList; member