Is it possible to change the spacing between characters in text fields in iReport designer? If not, is there another solution with text formatting in Javaor in something else? Thanks
iReport designer
Java
You can use something like this ...
($F{TEXT}.split("")).join(" ")
in a text box or variable. Then add a trim tool for the leading space.