Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/font/
Dfont_CharWriter.h332 void EnableFixedWidth(bool isFixed) { m_IsWidthFixed = isFixed; } in EnableFixedWidth()
338 bool IsWidthFixed() const { return m_IsWidthFixed; } in IsWidthFixed()
662 bool m_IsWidthFixed; //!< 等幅描画するかどうか variable
/NW4C-1.2.23/sources/libraries/font/
Dfont_CharWriter.cpp103 m_IsWidthFixed(false), in CharWriter()
240 if (m_IsWidthFixed) in Print()