PointText/AreaText conversion bug/feature?
We are having an issue with the behavior of converting PointText to AreaText. In the image below, the left hand side is an AreaText that was created specifically as an area text, but the right hand side is a PointText that was converted to AreaText.
What we're trying to do is to recreate the text boxes using only the information about text box sizes and various character attributes. The two look clearly different, but nothing in the values of the various TextFrameItem fields (or the corresponding CharacterAttribute fields) seems different. Consequently, we are unable to create a text box that looks like the right hand image through a script. In other words, is there any thing in the TextFrameItem object that I can use to distinguish between these two cases?
