On 11/04/2014 03:52 AM, Andreas Winkler wrote:
Hi,
I'm new to scripting in Scribus.
Is there an easy way to apply text with individually formatted passages
to a text frame using the Scripter API? Something like
setText("This is a <b>bold<\b> test")
doesn't seem to work.
Best regards
Andreas
Short answer: no
I think your best method right now is to do this on the main canvas in
Edit Contents mode, highlighting and applying styles as you go.
It's possible to set styles in Scripter, but laborious and actually a
bit tricky.
Greg