That took the function out of the source text, but wiped the source text itself so now the layer is blank…
Before & after screenshots attached.
This is also what happens when I change
[code]
text.sourceText.style
.setFont(iterator)
.setText(txtp())
to
txtp()
in order to only run the function and nothing else, which is what makes me think the function itself may not be returning text. Not sure why, though.