Fix previous commit
This commit is contained in:
parent
6b825a084c
commit
151b8eb425
|
|
@ -311,7 +311,7 @@ namespace Nz
|
|||
|
||||
inline float SimpleTextDrawer::GetLineHeight(const Font::SizeInfo& sizeInfo) const
|
||||
{
|
||||
return float(sizeInfo.lineHeight);
|
||||
return float(sizeInfo.lineHeight) * m_lineSpacingFactor;
|
||||
}
|
||||
|
||||
inline void SimpleTextDrawer::InvalidateColor()
|
||||
|
|
|
|||
Loading…
Reference in New Issue