Resources  
  • Display All Fonts Installed in Your Computer Using C# Windows FormsMar 08, 2013. In this article I explain how to display the fonts installed in your computer using C#.
  • Get All Installed Fonts in C#Jul 09, 2012. To retrieve all installed fonts in C#, you can use the InstalledFontCollection class from the System.Drawing.Text namespace. This class provides access to the fonts installed on the system. By creating an instance of InstalledFontCollection, you can enumerate through the FontFamily objects to list each installed font.
  • Advanced Typography in GDI+Dec 31, 2009. In this article I will explain about Advanced Typography in GDI+.