C# 文本框怎么保存运行时选定的字体??新手
rt
[解决办法]
this.labelBtgg.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
发布时间: 2012-03-15 11:50:38 作者: rapoo
C# 文本框怎么保存运行时选定的字体??新手
rt
[解决办法]
this.labelBtgg.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);