FontStyle   style   =   FontStyle.Regular;   
style   |=   FontStyle.Bold;   
style   |=   FontStyle.Italic;

如果是移除的话可以用:   
style-=FontStyle.Bold;
posted on 2008-03-12 09:11  Jacky Huang  阅读(4742)  评论(1)    收藏  举报