dlAddStrokeText
dlAddStrokeText(
w_dlist
x_penNumber
l_point
t_text
t_justification
t_fontName
x_height
[ t_orientation ]
[ g_drafting ]
[ s_tagSymbol ]
)
=> t / nil
Description
Adds a stroke text string to the display list.
Arguments
|
w_dlist
|
Display list to add to.
|
|
x_penNumber
|
Pen number to use.
|
|
l_point
|
Origin point of the text
|
|
t_text
|
Text string to be added to the display list
|
|
t_justification
|
One of the following strings: upperLeft, centerLeft, left, lowerLeft, upperCenter, center, lowerCenter, upperRight, centerRight, right, lowerRight
|
|
t_fontName
|
One of the following font names: euro, gothic, math, roman, script, stick, or swedish
|
|
x_height
|
Height of text.
|
|
t_orientation
|
One of the following values: 0, 90, 180, 270, mx, sideways, my, upsideDown, mr90, sideways, mr270, sideways&270. Default value is "0".
|
|
g_drafting
|
If this is set to t, the label will always be readable from left to right, or top to bottom. It will never appear mirrored or backward. The default is nil.
|
|
s_tagSymbol
|
Symbol to tag this object with.
|
Related Topics
Add Objects to the Display List
Return to top