日期:2014-05-18 浏览次数:20976 次
String text1 = "M"; Font arialBold = new Font("Arial", 12.0F); Size textSize = TextRenderer.MeasureText(text1, arialBold);
------解决方案--------------------
设置一个字体对话框(FontDailog)可以自动修改字体
不需知道宽度
------解决方案--------------------
string对象的Length属性返回改变量的个数:
Debug.WriteLine(("Who is the man?").Length;
输出15