I have a need to transform (i.e. mirror) text and textNodes inside a cell as it is placed in order to orient the text as per our graphics standards. For each text element I need to get the text range and compute the center of that range so I can set a Transform's "origin" to that location. I'm using a ChildEditElemIter to step thru the parts and when a text element is found (I'm doing the "simple" text elements first) I want to obtain the text range. In the "old" days I would use mdlText_extract... to get the info, but how would that be done today with CONNECT and Text? TextBlocks?
Bruce