Cursify from script

Hi everyone!

Is there a way to cursify a layer within a script?

doesn’t seems to be the way.

Maybe using a filter?

Any clue will be greatly appreciated.

Thanks a lot!

j.

The layer has a method:

layer.slantX_Origin_doCorrection_(angle, origin, correction)
2 Likes

Thanks Georg!

It seems that in G2 the function name is slant_Origin_doCorrection_

Otherwise I get an exception:
'NSKVONotifying_GSLayer' object has no attribute 'slantX_Origin_doCorrection_'

Thanks