From 9347e9ef3a1f651244b3fdff67b238fee5bc039c Mon Sep 17 00:00:00 2001 From: mohsen ahmadian Date: Fri, 3 Sep 2021 13:01:13 +0200 Subject: [PATCH] List of font installed on windows --- ListFonts.ps1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ListFonts.ps1 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