colorFont.myFont.fontStyle :int 类型(存在数据库中读出来的)
FontStyle fs = (FontStyle)colorFont.myFont.fontStyle;
Font ft = new Font(colorFont.myFont.fontName, colorFont.myFont.fontSize,fs);
int ifontStyle = (int)ft.fontStyle;
posted on 2009-11-09 20:09
天书 阅读(273)
评论(0) 编辑 收藏 引用