refactor: floatify messages (#6231)
This commit is contained in:
@@ -202,7 +202,7 @@ QFont Fonts::getFont(FontStyle type, float scale)
|
||||
return this->getOrCreateFontData(type, scale).font;
|
||||
}
|
||||
|
||||
QFontMetrics Fonts::getFontMetrics(FontStyle type, float scale)
|
||||
QFontMetricsF Fonts::getFontMetrics(FontStyle type, float scale)
|
||||
{
|
||||
return this->getOrCreateFontData(type, scale).metrics;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user