Stretching TextField on Flash?

Hi! It’s been some time since I’ve been here and touched Haxe/OpenFL. :sweat_smile:

I’m kind of trying to make my textfield, wrapped inside a Sprite, to stretch by changing the parent’s width. It works fine in CPP/Neko/HTML5, but not on the Flash target.

Is there a way to make it just stretch along with the parent, and not just resize while keeping the font proportional? :sweat_drops:

Thanks! :slight_smile:

Editing because Android was tested in legacy mode, and I didn’t check that.

Oh, got this sorted out already.

I just had to put Textfield.embedFonts in it! :flushed:

Sorry and thanks! :stuck_out_tongue: