Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_TextBox.cpp129 NW_NULL_ASSERT(resBlockSet.pFontList); in TextBox()
130 NW_ASSERT(pBlock->fontIdx < resBlockSet.pFontList->fontNum); in TextBox()
131 …nts = internal::ConvertOffsToPtr<res::Font>(resBlockSet.pFontList, sizeof(*resBlockSet.pFontList)); in TextBox()
Dlyt_Layout.cpp225 resBlockSet.pFontList = static_cast<const res::FontList*>(dataPtr); in Build()
/NW4C-1.3.3/include/nw/lyt/
Dlyt_Common.h57 const res::FontList* pFontList; member