#How to access property through code?

4 messages · Page 1 of 1 (latest)

west talon
#

How do I access the extra space property under Button -> theme overrides -> fonts -> variable font -> extra spacing -> top or bottom through code?

sonic idol
#

Hi,
var fv = FontVariation.new()
fv.spacing_top = 500
add_theme_font_override("font", fv)

#

hard to find

#

@west talon