void pxanno_widetext_fixed (
Ppoint *ref_point, /*X and Y coordinates of reference point in MC */ Ppoint *anno_point, /*X and Y coordinates of annotation point in NPC */ Pxwchar *char_string /*character string (Unicode) */
)
Depending on the edit mode, an Annotation Wide Text Fixed element is inserted into the open structure after the current element or replaces the current element. The newly inserted element becomes the current element.
This routine is equivalent to the Annotation Text Fixed routine, but accepts characters in Unicode. Annotation Wide Text Fixed is identical to Annotation Wide Text Relative except that the annotation point in NPC space is specified directly, rather than as an offset to the transformed reference point. Refer to Annotation Text Relative 3 (routine panno_text_rel3) for a complete discussion of annotation text.