Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_stroke()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_STROKE()


Syntax:        L_STROKE(<expC>, <expN1>, <expN2>, <expN3>, <expN4>,
               <expN5>, <expN6>)


Purpose:       Outputs graphical lettering in different colors and
               sizes to the screen.


Arguments:     <expC> is a string to be displayed.

               <expN1> indicates whether the text is to be displayed
               horizontally or vertically; 1 indicates horizontal text
               and 0 vertical.

               <expN2> is the x co-ordinate of the starting point of
               the text.

               <expN3> is the y co-ordinate of the starting point of
               the text.

               <expN4> is the height (in pixels) of the text.

               <expN5> is the width (in pixels) of the text.

               <expN6> is the color code representing the specified
               text color.


Returns:       Nothing.


Usage:         Labelling of charts and graphs.


Examples:      Sample code demonstrates lettering of different sizes
               and colors

               L_GMODE(18)
               L_STROKE("the",1,45,30,10,10,5)
               L_STROKE("quick",1,65,30,15,15,2)
               L_STROKE("brown",1,90,30,20,20,3)
               L_STROKE("fox",1,120,30,25,25,7)


Language:      C

See Also: L_LEGEND() L_TEXT()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson