diff --git a/modules/juce_graphics/fonts/juce_SimpleShapedText.cpp b/modules/juce_graphics/fonts/juce_SimpleShapedText.cpp index d4d8ea3be8..51bd2a8208 100644 --- a/modules/juce_graphics/fonts/juce_SimpleShapedText.cpp +++ b/modules/juce_graphics/fonts/juce_SimpleShapedText.cpp @@ -497,7 +497,7 @@ static std::vector lowLevelShape (const String& string, jassert (unknownGlyph == infos.end()); [[maybe_unused]] const auto trackingAmount = ! trackingIsDefault - ? font.getHeight() * tracking + ? font.getHeight() * font.getHorizontalScale() * tracking : 0; std::vector clusterLookup;