ALIGN Name
ALIGN Purpose
Vector text justification (positioning).
Category
Calling Sequence
align, x,y,txt Inputs
x,y = Reference point. in
txt = Text string. Keyword Parameters
Keywords
CHARSIZE=csz Character size.
AX=ax Alignment in X (fraction).
AY=ax Alignment in Y (fraction).
AX=0, AY=0 is lower left corner of text.
AX=1, AY=1 is upper right corner of text.
/DEVICE Means work in device coordinates.
/DATA Means work in data coordinates.
/NORMAL Means work in normalized coordinates.
XOUT=xx Output x position.
YOUT=yy Output x position.
xyouts,xx,yy,txt,charsize=csz. Outputs
Common Blocks
Notes
Notes: Currently works only for horizontal text.
Modification History
R. Sterner, 1994 Apr 4.
R. Sterner, 2010 Apr 30 --- Converted arrays from () to [].
Copyright (C) 1994, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.