concat 2 fonts/texts and add to image

eramgarden

Well-known member
Joined
Mar 8, 2004
Messages
579
I want to concat 2 different texts with different fonts and add them to the image.

This is what I have but the text overlays eachother...

Anyway of doing this??

---
Dim b As New Bitmap(strFileToConvert)

Dim g As Graphics = Graphics.FromImage(b)

Dim bold As Font = New Font("Times New Roman", 14, FontStyle.Regular)
Dim copy As Font = New Font("Times New Roman", 9, FontStyle.Regular)


g.DrawString("Copyright
 
Back
Top