Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save windsting/5b688a9be95f7e13b3c5d8adfb7eaf79 to your computer and use it in GitHub Desktop.
Save windsting/5b688a9be95f7e13b3c5d8adfb7eaf79 to your computer and use it in GitHub Desktop.
How to list installed font families on Windows

Run this command in PowerShell window:

[System.Reflection.Assembly]::LoadWithPartialName("System.Drawing")
(New-Object System.Drawing.Text.InstalledFontCollection).Families
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment