Hi. I create a text element and add it to the dgn file like this:
if (mdlText_create (&textE, NULL, textString, &pointText, NULL, NULL,
NULL, NULL) == SUCCESS)
{ mdlElement_display(&textE, NORMALDRAW);
mdlElement_add(&textE);
}
"pointText" is the origin point of the Text. Is possible to create a
text element with pointText as the center of it?
Thank you very much.


|