STEXT_XYP Name
STEXT_XYP Purpose
Return stroke text plot arrays.
Category
Calling Sequence
XYP = STEXT_XYP(TXT) Inputs
TXT = text string to plot. in
Keyword Parameters
Keywords
X = Text X location in data coorinates (def=0).
Y = Text Y location in data coorinates (def=0).
SIZE = Text size (def = 1).
Size 1 gives text 7 units high.
ANG = Text angle (deg CCW, def=0).
JUST = justification code (1-9, def=7).
The justification code specifies the text
reference point as follows:
1 2 3
4 5 6
7 8 9
So if JUST = 1 then X,Y is upper left corner of text,
if JUST = 7 then X,Y is the lower left corner of text.
This applies only to line 1 of a multiline text string.
XFACT = size factor in X (def=1). Use to change shape.
Outputs
XYP = plot array: out
X=XYP(*,0), Y=XYP(*,1), P=XYP(*,2)
Then PLOTP, X, Y, P
Common Blocks
STEXT_COMMON Notes
Modification History
R. Sterner. 18 Oct, 1988.
Johns Hopkins University Applied Physics Laboratory.
Copyright (C) 1988, 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.