如何获得所有已安装字体的列表?

时间:2021-07-15 07:16:42

Specifically in .NET, but I'm leaving it open.

特别是在.NET中,但我将它打开。

3 个解决方案

#1


11  

MSDN:

Enumerating Installed Fonts

枚举已安装的字体

#2


3  

http://msdn.microsoft.com/en-us/library/0yf5t4e8.aspx

This should help.

这应该有所帮助。

#3


1  

I believe what you are looking for is InstalledFontCollection. (What were the chances that the ONE piece of code that required .net would be relevant to anything here! It boggles the mind!)

我相信你要找的是InstalledFontCollection。 (需要.net的一段代码与这里的任何东西相关的可能性是多少!这令人难以置信!)

#1


11  

MSDN:

Enumerating Installed Fonts

枚举已安装的字体

#2


3  

http://msdn.microsoft.com/en-us/library/0yf5t4e8.aspx

This should help.

这应该有所帮助。

#3


1  

I believe what you are looking for is InstalledFontCollection. (What were the chances that the ONE piece of code that required .net would be relevant to anything here! It boggles the mind!)

我相信你要找的是InstalledFontCollection。 (需要.net的一段代码与这里的任何东西相关的可能性是多少!这令人难以置信!)