need to remove guiding bars

This commit is contained in:
Michael Freno
2025-10-15 20:11:27 -04:00
parent a971cabafa
commit ba550a60d0
10 changed files with 942 additions and 236 deletions

View File

@@ -11,6 +11,16 @@ local Gui = FlexLove.GUI
-- Test suite for comprehensive text scaling
TestTextScaling = {}
function TestTextScaling:setUp()
-- Reset viewport to default before each test
love.window.setMode(800, 600)
Gui.destroy()
end
function TestTextScaling:tearDown()
Gui.destroy()
end
-- Basic functionality tests
function TestTextScaling.testFixedTextSize()
-- Create an element with fixed textSize in pixels (auto-scaling disabled)