I have:
- one Main App
- one Android Library Project with a Fonts in it in "assets/fonts/Old_English.ttf
- The Main App references the Android Library Project and it works fine except the following:
I would like the use the shared asset resource, but I don't know how to do. Can someone help ?
Typeface.createFromAsset(getAssets(), "fonts/Old English.ttf")