Questions about Method or property on Script for GSFont.currentText

Hi,

I am trying to change the text in the Edit view currently opened.
It seems that I can do it with “GSFont.currentText” in python API.

Then, what is the equivalent method in XCode?

Thanks,

You can check what the python bridge is doing by checking the wrapper: https://github.com/schriftgestalt/GlyphsSDK/blob/master/ObjectWrapper/GlyphsApp/init.py#L2598

Thanks!
It’s really helpful for me.