Resources  
  • 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.