如何设置c#的字体风格FontStyle同时为Bold,Italic... FontStyle style = FontStyle.Regular; style |= FontStyle.Bold; style |= FontStyle.Italic; 如果是移除的话可以用: style-=FontStyle.Bold; 相关文章: Notepad++如何设置字体格式 Notepad++字体设置方法 2021-10-15 设置Eclipse的字体风格方式 2021-12-16 VsCode设置.cu代码风格为C++高亮风格 2021-05-03 C# FontStyle 2022-02-01 markdown中如何设置字体为红色? 2022-12-23 Xshell如何设置字体 2021-09-29 eclipse如何设置字体 2021-11-05 如何设置eclipse字体 2021-12-06