Home
last modified time | relevance | path

Searched refs:m_FontSize (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/lyt/
Dlyt_TextBox.h382 return m_FontSize; in GetFontSize()
395 if (UpdatePTDirty(!(m_FontSize == fontSize))) in SetFontSize()
397 m_FontSize = fontSize; in SetFontSize()
840 Size m_FontSize; variable
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextBox.cpp124 m_FontSize = pBlock->fontSize; in TextBox()
162 m_FontSize = Size(0, 0); in Init()
530 pWriter->SetFontSize(m_FontSize.width, m_FontSize.height); in SetFontInfo()