Hello world, I looked around the form to draw a text in a circle around a point. I found this, but it's a bit too complex My question: It's been 2-3 years since this was posted, has anyone done this in a simpler way? I need to draw it in a circle, not an ellipse, and using a regular $hPen returned from _GDIPlus_PenCreate(). this SHOULD mean you can do it with simpler code, but I could not find any other examples. Is there a simpler way to do this?