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
天書 閱讀(284)
評論(0) 編輯 收藏 引用