Installing Fonts in C# 界面美化离不开自定义的字体,但是好看的字体却不能集成到自己编写的程序里, 只好自己给他装上:The following C# code will install a font on a 32 bit machine. , FontFileName); } } 引自:http://www.atakala.com/Browser/Item.aspx?user_id=amos&dict_id=83 相关文章: 2021-05-24 2021-10-08 2021-09-03 2022-12-23 2021-08-26 2022-12-23 2021-08-02