Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/font/
Dfont_TextWriterBase.cpp121 m_LineSpace = height - linefeed * GetScaleV(); in SetLineHeight()
131 return linefeed * GetScaleV() + m_LineSpace; in GetLineHeight()
753 const f32 adj = - pFont->GetBaselinePos() * GetScaleV(); in PrintImpl()
/NW4C-1.3.3/include/nw/font/
Dfont_CharWriter.h280 f32 GetScaleV() const { return m_Scale.y; } in GetScaleV() function