Category "pen"

How to define the pen width in the menu bar

I am trying to write the code for my own paint program. I have added the menu for few basic color options. Now I would like to add the same menu style pen width

How to the width of an existing GDI Pen?

I am working on legacy code that relies on GDI (not GDI+) for drawing. GDI has no provision for variable width pens and you need to create/destroy new ones ever

Pyglet Tablet Input make weird prints

So, I want to make a Whiteboard app and I decided to make it in pyglet, because it has support for tablet input, but when I use the tablet, it is making some pr