Get Installed Fonts Program using VB.NET
Good day! Today we will going to create a program that will display the installed fonts in your computer. We will just use the library/namespace of
System.Drawing.Text
so that it can call the InstalledFontCollection method.
So, now let's start this tutorial!
1.