Originally published at: Change the Font Across Your Entire Application – Xojo Programming Blog
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…
3 Likes