Previous Next Up Title Contents Index Functions Index Top Library

ANNOTATION WIDE TEXT FIXED

PXAWF


CALL SEQUENCE

CALL PXAWF (RX, RY, AX, AY, NINT, INTDAT)

INPUT PARAMETERS

REAL RX
X coordinate of reference point in MC
REAL RY
Y coordinate of reference point in MC
REAL AX
X coordinate of annotation point in NPC
REAL AY
Y coordinate of annotation point in NPC
INTEGER NINT
Number of character codes in INTDAT
INTEGER*2 INTDAT(NINT)
Array of character codes, one per array element

EFFECT

Insert an Annotation Wide Text Fixed element into the open structure.

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 the wide-text version of the Annotation Text Fixed routine. The character codes used to specify the text string must be codes from a character encoding scheme supported by GPHIGS, such as 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 PATR3) for a complete discussion of annotation text.


Previous Next Up Title Contents Index Functions Index Top Library