Top/Left Value of Point Text Relative to Composition?
So since the width and height of a point text layer is
--always the size of the composition
--calculateTransformFromPoints can only set and not read a set of values
-- a point text layer's sourceRectatTime top and left values (as well as baselineLoc values) are relative, as far as I can tell, to its... anchor point? And
-- I can't rely on its anchor point since a) end users move the anchor point and b) we have other functions that periodically center the anchor point of every layer,
I was wondering if there were some other way to calculate the top and left values of a point text layer relative to the composition?
Do I have to draw a mask that is the full size of the layer and then derive the values from its vertices?
