@@ -286,6 +286,8 @@ namespace oxygine
return _root;
+ globalScale = scalar::abs(globalScale);
+
float scale = 1.0f;
const Font* font = _style.font->getClosestFont(globalScale, _style.fontSize, scale);