Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/font/
Dfont_CharWriter.h274 f32 GetScaleH() const { return m_Scale.x; } in GetScaleH() function
/NW4C-1.3.3/sources/libraries/font/
Dfont_TextWriterBase.cpp511 crntRight += GetFont()->GetCharWidth(code) * GetScaleH(); in CalcLineRectImpl()
725 crntRight += GetFont()->GetCharWidth(code) * GetScaleH(); in PrintImpl()