Font Family listing on Windows

Originally published at: Font Family listing on Windows – Xojo Programming Blog

Do you need to display all the font family members (styles and weights) available in your Windows computer? There is a simple way to do it using the RegistryItem class! Continue reading and I’ll show you how. As you may know, when you use the System.FontCount and System.FontAt functions on macOS they retrieve the total…

3 Likes