How do you get a list of all the installed fonts?

2019-06-18 23:42发布

问题:

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

回答1:

MSDN:

Enumerating Installed Fonts



回答2:

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

This should help.



回答3:

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!)



标签: .net fonts