diff --git a/ListFonts.ps1 b/ListFonts.ps1 new file mode 100644 index 00000000..5d3c29cf --- /dev/null +++ b/ListFonts.ps1 @@ -0,0 +1,3 @@ +# This will list all installed windows fonts +[void] [System.Reflection.Assembly]::LoadWithPartialName("System.Drawing") +(New-Object System.Drawing.Text.InstalledFontCollection).Families