C#獲取系統字體使用的方法:
InstalledFontCollection MyFont = new InstalledFontCollection();
但是當上面的命令出錯的時候,可以試試下面這種:
System.Drawing.Text.InstalledFontCollection MyFont = new System.Drawing.Text.InstalledFontCollection();
C#獲取系統字體使用的方法:
InstalledFontCollection MyFont = new InstalledFontCollection();
但是當上面的命令出錯的時候,可以試試下面這種:
System.Drawing.Text.InstalledFontCollection MyFont = new System.Drawing.Text.InstalledFontCollection();
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。