aboutsummaryrefslogtreecommitdiff
path: root/src/Text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text.cpp')
-rw-r--r--src/Text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text.cpp b/src/Text.cpp
index 32ba360..ee6bd55 100644
--- a/src/Text.cpp
+++ b/src/Text.cpp
@@ -383,7 +383,7 @@ namespace QuickMedia
vertices[vertices_index].append({ vertexBottomRight, sf::Color::White, textureBottomRight });
vertices[vertices_index].append({ vertexTopRight, sf::Color::White, textureTopRight });
- glyphPos.x += emoji_rec.width + characterSpacing;
+ glyphPos.x += std::floor(emoji_rec.width * get_ui_scale()) + characterSpacing;
vertices_linear.push_back({vertices_index, vertexStart, 0, codePoint});
}
continue;