码迷,mamicode.com
首页 > Windows程序 > 详细

C#中RichTextBox字体不统一(中英文)

时间:2018-03-23 22:58:52      阅读:605      评论:0      收藏:0      [点我收藏+]

标签:richtext   font   color   his   http   fonts   round   uifont   技术分享   


  this.richTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F);// new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  richTextBox1.LanguageOption = System.Windows.Forms.RichTextBoxLanguageOptions.UIFonts;

//属性中添加第二句 搞定

richTextBox1.LanguageOption = System.Windows.Forms.RichTextBoxLanguageOptions.UIFonts;


技术分享图片

C#中RichTextBox字体不统一(中英文)

标签:richtext   font   color   his   http   fonts   round   uifont   技术分享   

原文地址:https://www.cnblogs.com/jason2004/p/8634983.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!