You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the label instance position is defined by x and y when the instance is created. Then the anchored_position and anchor_point setters can be used only after the instance is created.
I think it would be more intuitive if the anchor_point and anchored_position were considered as the "default" input parameters and that these parameters be made available when creating a label instance.