I want to measure actual text size (not the Text object size). So, I want to get this (bounding box or something like this). Or maybe at least get a width/heigt...
So I have been using distance(object1.X,object1.Y,obect2.X,object2.Y) but is their a way to use image points? Example if I made image points. 1 2. 0. 4 3. Or do...