Cannot set paragraphSpacing programmatically in figjam?

Before declaring this a bug, I want to be sure but this doesn’t work for me :

 shape.text.paragraphSpacing = 6;

So you don’t see any changes on the canvas and no errors in the console? paragraphSpacing is a supported property in the Plugin API.

Are you loading the font before changing paragraph spacing?

font is loaded proof is I can write title successfully

I can’t any error loaded in console.

From the looks of it, you’re only calling font loading for the above functions, not for paragraph spacing. Try loading the font in the third line and check.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.