figma / plugin-typings

Typings for the Figma Plugin API
MIT License
195 stars 45 forks source link

TextNode missing "Fixed size" properties? #144

Closed tomasdev closed 2 years ago

tomasdev commented 2 years ago

I'm having trouble finding how to programmatically adjust some settings:

Screen Shot 2022-07-25 at 7 27 43 PM

https://www.figma.com/plugin-docs/api/TextNode seems to not have the "auto width" / "auto height" / "fixed size" settings?

tomasdev commented 2 years ago

It seems to be node.layoutGrow = 0.

Sorry :')