Home
last modified time | relevance | path

Searched refs:GetFixedWidth (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/font/
Dfont_TagProcessorBase.h262 … const f32 aCharWidth = writer.IsWidthFixed() ? writer.GetFixedWidth(): writer.GetFontWidth(); in ProcessTab()
Dfont_CharWriter.h352 f32 GetFixedWidth() const { return m_FixedWidth; } in GetFixedWidth() function
/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp509 crntRight += GetFixedWidth(); in CalcLineRectImpl()
723 crntRight += GetFixedWidth(); in PrintImpl()