Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_CharWriter.h346 void SetFixedWidth(f32 width) { m_FixedWidth = width; } in SetFixedWidth()
352 f32 GetFixedWidth() const { return m_FixedWidth; } in GetFixedWidth()
655 f32 m_FixedWidth; //!< 等幅時の幅 variable
/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp101 : m_FixedWidth(0), in CharWriter()
244 f32 margin = (m_FixedWidth - widths.charWidth * m_Scale.x) / 2; in Print()
246 width = m_FixedWidth; in Print()