C#中RichTextBox字体不统一(中英文)
2021-02-09 04:19
标签:richtext font color his http fonts round uifont 技术分享 //属性中添加第二句 搞定 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 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;
文章标题:C#中RichTextBox字体不统一(中英文)
文章链接:http://soscw.com/index.php/essay/52917.html