Jump to content
Fudley

Android, any way to use the device's existing fonts?

Recommended Posts

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
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

  • Like 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×