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字体不统一(中英文)

相关文章:

  • 2021-10-26
  • 2022-01-06
  • 2021-11-17
  • 2021-07-17
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
猜你喜欢
  • 2021-11-17
  • 2022-03-09
  • 2021-08-18
  • 2022-12-23
  • 2021-11-17
  • 2021-09-14
相关资源
相似解决方案