in my application I must use a custom type of font in a file .ttc . This file conteins different type of typeface (normal, bold, ...). With this code:
textDetails.setTypeface(Typeface.createFromAsset(getAssets(), "fonts/font.ttc"));
I can take one type of typeface. There is a method to take all the typeface?