Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/font/
Dfont_CharWriter.h344 void SetFixedWidth(f32 width) { m_FixedWidth = width; } in SetFixedWidth()
350 f32 GetFixedWidth() const { return m_FixedWidth; } in GetFixedWidth()
653 f32 m_FixedWidth; //!< 等幅時の幅 variable
/NW4C-1.2.23/sources/libraries/font/
Dfont_CharWriter.cpp99 : m_FixedWidth(0), in CharWriter()
242 f32 margin = (m_FixedWidth - widths.charWidth * m_Scale.x) / 2; in Print()
244 width = m_FixedWidth; in Print()