function gui:setNewFont(FontSize) self.Font=love.graphics.setNewFont(tonumber(FontSize)) end