| Overload | Description |
|---|---|
| DrawString(String,FontEx,BrushEx,PointFEx,StringFormatEx) | Draws the specified text string at the specified location with the specified Brush and Font objects. using the formatting attributes of the specified StringFormat object. |
| DrawString(String,FontEx,BrushEx,RectangleFEx,StringFormatEx) | |
| DrawString(String,FontEx,BrushEx,PointFEx) | Draws the specified text string at the specified location with the specified Brush and Font objects. |