Fudley 1 Posted July 17 That's pretty much the question. Any way to show the user a list of fonts they have on the device, and apply it to something in your app? Share this post Link to post
Remy Lebeau 1394 Posted July 17 31 minutes ago, Fudley said: That's pretty much the question. Any way to show the user a list of fonts they have on the device, and apply it to something in your app? There is nothing built-in to FMX for retrieving the device's fonts. I've seen 3rd party solutions that provide FMX wrappers for OSX and Windows, but not for Android. Android does have some APIs you can try directly, see: https://stackoverflow.com/questions/3532397/how-to-retrieve-a-list-of-available-installed-fonts-in-android 1 Share this post Link to post