Windows窗体:
因为System.Drawing有一种方法可以获得字体高度.
System.Drawing
Font font = new Font("Arial", 10 , FontStyle.Regular); float fontHeight = font.GetHeight();
但是,如何获得平均字符宽度等其他文本指标?