导航

2011年4月15日

摘要: 转载:http://blog.csdn.net/rentiansheng/archive/2009/12/26/5082683.aspx需要使用using System.Drawing.Text; 使用如下命令就可以得到当前系统所有字体InstalledFontCollection MyFont =new InstalledFontCollection(); FontFamily[] MyFontFamilies = MyFont.Families;InstalledFontCollection 对象只看得见在创建它之前安装在 Windows 中的字体。如果用c#创建安装字体程序要使用GDIA 阅读全文

posted @ 2011-04-15 09:58 ykhi 阅读(1400) 评论(0) 推荐(0)