(PECL printer CVS)
printer_create_pen — Create a new pen
The function creates a new pen and returns a handle to it. A pen is used to draw lines and curves. For an example see printer_select_pen().
style must be one of the following constants:
width specifies the width of the pen.
color must be a color in RGB hex format, i.e. "000000" for black.
Returns a pen handle or FALSE on error.