Android Quick Tip: Read and use installed fonts

Originally published at: Android Quick Tip: Read and use installed fonts – Xojo Programming Blog

At the moment, Xojo Android Framework does not yet provide support for System.FontCount/System.FontAt. However, if you still want to get an overview of all fonts available in the system, we can do this with a few lines of Xojo code.

1 Like