dlDrawStrokeText
dlDrawStrokeText(
l_point
t_text
t_justification
t_fontName
x_height
t_orientation
)
=> t / nil
Description
Draws a stroke text string to the screen from within a SkillObject procedure. The height and therefore scale can be specified.
Arguments
|
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".
|
Related Topics
Display List Draw Functions
Return to top