[feat] Expose a way to make images during update
#1473
Labels
enhancement
adds or requests a new feature
Milestone
update
#1473
When drawing text, a widget can (re)create the textlayout during update, by getting access to the
PietText
. It would be nice if there was an analagous way to create pietImage
s during update. Currently, the image must always be rebuilt inpaint
or caching used in user code.The text was updated successfully, but these errors were encountered: