本文介绍了更改richtextbox中的文本大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嘿伙计们这里有一点问题我试图在一个丰富的盒子里改变字体或文字大小
i得到一个组合框中列出的尺寸(尺寸是10,12,14,16,20)
我想要做的是当你选择一个尺寸我希望richtextbox尺寸的文字根据组合框中的选定尺寸改变/>
i试过这段代码
richTextBox1.SelectionFont = toolStripComboBox1.Size;
richTextBox1.Focus();
解决方案
hey guys am having a little problem here
am trying to change font or text size in a rich box
i got the size listed in a combobox (the sizes are 10,12,14,16,20)
what i want to do is when you select a size i want the text in the richtextbox size to be change according to the selected size in the combobox
i tried this code
richTextBox1.SelectionFont = toolStripComboBox1.Size;
richTextBox1.Focus();
解决方案
这篇关于更改richtextbox中的文本大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!