mirror of
https://github.com/edubart/otclient.git
synced 2025-12-16 05:39:47 +01:00
first script stuff (still ugly and under experiments)
This commit is contained in:
@@ -279,7 +279,7 @@ const std::vector<Point>& Font::calculateGlyphsPositions(const std::string& text
|
||||
|
||||
if(textBoxSize) {
|
||||
textBoxSize->setWidth(maxLineWidth);
|
||||
textBoxSize->setHeight(virtualPos.y + m_glyphHeight + m_glyphSpacing.height());
|
||||
textBoxSize->setHeight(virtualPos.y + m_glyphHeight);
|
||||
}
|
||||
|
||||
return glyphsPositions;
|
||||
|
||||
Reference in New Issue
Block a user