textsize



using AbstractPlotting

scene = Scene()
scatter!(scene, rand(10), color = to_colormap(:colorwheel, 10))
text!(scene, "hello world", textsize = 2)