return (outvar*100).format("%.0f").toString() + "%"
I have observed that concatenating "%" to (outvar*100).format("%.0f").toString() brings to a smaller font of the output.
Further in the simulator the font size is fine, only on my edge 520 the return value font is reduced a lot.
Is it possible to manage the font size in a simple data field?
Are there alternative approaches?