While working on one of my Xojo projects, I needed a quick way to change the font used by the controls across the entire application.
Opening every window and updating each control individually works, but it gets tedious quickly, especially when testing different fonts or adding new UI elements. So I created a small module that applies a font to all supported contro...