Home
last modified time | relevance | path

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

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