摘要:
需要使用using System.Drawing.Text; 使用如下命令就可以得到当前系统所有字体InstalledFontCollection MyFont = new InstalledFontCollection(); FontFamily[] MyFontFamilies = MyFont.Families;InstalledFontCollection 对象只看得见在创建它之前安装在 Windows 中的字体。如果用c#创建安装字体程序要使用GDIAddFontResource 函数InstalledFontCollection fc = new InstalledFontCol. 阅读全文