Android Question Load Font From Device?

treehousefrog

Member
Licensed User
Longtime User
Hey guys,

I'm building a launcher and I want to give the user the option to add their own fonts. Unfortunately the only option I can find is typeface.loadfromassets... is there a way I can load the fonts from rootexternal? Or is there another way I should be doing this? Thanks a ton in advance!
 

Cableguy

Expert
Licensed User
Longtime User
The only way I can see it doable is, after the user choses the font from its current folder, copy it to the assets folder. I also recal a thread about loading fonts from other than the assets and it was done using refletion.

Sorry not to of much help, but it can be done...
 
Upvote 0
Top