Hi all !
Is it possible to scale a 2d text with the TextRenderer class ? I have many texts to draw and each must have a different size. Is is possible to reduce the font size or scale the text without create a new TextRenderer instance ?
I’v tried the 3d drawing but I have some artefacts (horizontal lines across my text) when I rotate my camera and unfortunately 3d showing slows my panel.
Thanks ! bye