I am writing text on an image . I am using DrawString(x,y,string) method and I set font size as below
Font font = new Font(fontName, fontWeight, fontSize);
As you can see left side text written on image with 12pt size. Right side you can see 12pt size in HTML . Is there any way to map this so that I get same size in output as user sees in HTML ?