I am converting Microstation DGN to AutoCAD DWG drawings. One thing I'm trying to translate exactly is the text insertion point and horizontal alignment. While the values come through exactly, visually, some of the text don't match. I have the following mapped:
- igds_original_justification -> autocad_justification
- igds_insertion_x -> autocad_alignment_x
- igds_insertion_y -> autocad_alignment_y
And conditional values set for the following:
- autocad_width_factor
- autocad_shape_name
One thing I noticed is in Microstation, one can set both text height and text width. For DWG, the text width seems to assume the height (or size) value. See the attachment for the difference in the alignment:
I'm hoping the alignment issue will be resolved if the width is the same as in DGN. Is it possible at all to set text width for DWG?
Is there any other way I can get the alignment to match perfectly?
Thank you.