C# (asp.net) 中的 TextRenderer.MeasureText 替代 PHP 的 imagettfbb
2008-04-25
作者:amao 同分类文章
description:
private void MeasureText1(PaintEventArgs e){
String text1 = "Measure this text";
Font arialBold = new Font("Arial", 12.0F);
Size textSize = TextRenderer.MeasureText(text1, arialBold);
TextRenderer.DrawText(e.Graphics, text1, arialBold,
new Rectangle(new Point(10, 10), textSize), Color.Red);
}
相关
常见连接数据库字符串
.NET 中 C#中的MD5
wpf(xaml)中的日历控件 Calendar
C#连接sql server 2005 express的注意
最优化WPF 3D性能(基于“Tier-2”硬件)
"Orcas" Mar07CTP体验DLINQ
vs2005如何连接access2007的*.accdb文件
Expression Web 简体中文正式版序列号
WPF最炫,而WCF最实用
Microsoft Expression Blend RC