Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp123 m_LineSpace = height - linefeed * GetScaleV(); in SetLineHeight()
133 return linefeed * GetScaleV() + m_LineSpace; in GetLineHeight()
755 const f32 adj = - pFont->GetBaselinePos() * GetScaleV(); in PrintImpl()
/NW4C-2.0.3/include/nw/font/
Dfont_CharWriter.h282 f32 GetScaleV() const { return m_Scale.y; } in GetScaleV() function