C#获取系统字体

2021-05-18 20:28

阅读:327

标签:获取   系统   tco   命令   出错   text   drawing   字体   system   

C#获取系统字体使用的方法:

InstalledFontCollection MyFont = new InstalledFontCollection();

但是当上面的命令出错的时候,可以试试下面这种:

System.Drawing.Text.InstalledFontCollection MyFont = new System.Drawing.Text.InstalledFontCollection();

C#获取系统字体

标签:获取   系统   tco   命令   出错   text   drawing   字体   system   

原文地址:https://www.cnblogs.com/kuangzhenxia-416/p/11728928.html


评论


亲,登录后才可以留言!