首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ Builder >

Font->Style 如何判断是不是 斜体

2013-01-20 
Font-Style 怎么判断是不是 斜体?如题......[解决办法]if( Font-Style.Contains(fsItalic) ) 是斜体

Font->Style 怎么判断是不是 斜体?
如题...

...
[解决办法]
if( Font->Style.Contains(fsItalic) )
 是斜体

热点排行