Zelig
Zelig

Reputation: 1808

Knowing which fonts are installed

In my Androïd application, I want to let the user select the font he wants. For this, I need to show him a list containing each and every font currently loaded on the device.

So far, I haven't been able to find a way to get this list. Is it possible? If yes, how?

Thanks in advance for the time you will spend trying to help me.

Upvotes: 1

Views: 183

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006674

Is it possible?

Your user can choose sans serif, serif, or monospace, plus any fonts that you bundle in with your app or that you download. There is no "list" of fonts on the device, simply because there are no fonts on the device available for SDK applications except sans serif, serif, and monospace.

Upvotes: 4

Related Questions