Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_CharWriter.h334 void EnableFixedWidth(bool isFixed) { m_IsWidthFixed = isFixed; } in EnableFixedWidth()
340 bool IsWidthFixed() const { return m_IsWidthFixed; } in IsWidthFixed()
664 bool m_IsWidthFixed; //!< 等幅描画するかどうか variable
/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp105 m_IsWidthFixed(false), in CharWriter()
242 if (m_IsWidthFixed) in Print()