我的问题是我无法在此代码中应用行高,因此我不知道如何应用它。
Graphics graphics = e.Graphics;
SizeF sf = graphics.MeasureString("Hello Every one today I have problem with line height of SizeF", new Font(new FontFamily("Microsoft Sans Serif"), 10F, FontStyle.Bold), 150);
graphics.DrawString("Hello Every one today I have problem with line height of SizeF", new Font(new FontFamily("Microsoft Sans Serif"), 10F, FontStyle.Bold), Brushes.Black, new RectangleF(new PointF(155.0F, 195.0F), sf), StringFormat.GenericTypographic);
当我使用此代码时,我无法在此处应用行高,还有一件事是结果显示我这样
打印后的结果
您好今天每个人都遇到了SizeF的行高问题。
但我希望它与下面的结果相似:
您好今天每一个我都有问题,有大小的行高。