6

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

Andrew
  • 1,494
  • 1
  • 17
  • 27

3 Answers3

11

MSDN:

Enumerating Installed Fonts

aku
  • 122,288
  • 32
  • 173
  • 203
3

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

This should help.

Quintin Robinson
  • 81,193
  • 14
  • 123
  • 132
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!)

William Keller
  • 5,256
  • 1
  • 25
  • 22