mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Merge pull request #2978 from Laserlicht/height
This commit is contained in:
@@ -72,7 +72,7 @@ CTrueTypeFont::~CTrueTypeFont() = default;
|
||||
size_t CTrueTypeFont::getLineHeight() const
|
||||
{
|
||||
if (fallbackFont)
|
||||
fallbackFont->getLineHeight();
|
||||
return fallbackFont->getLineHeight();
|
||||
|
||||
return TTF_FontHeight(font.get());
|
||||
}
|
||||
|
Reference in New Issue
Block a user