21
Android - कस्टम फ़ॉन्ट का उपयोग करना
मैंने एक कस्टम फॉन्ट को लागू किया TextView, लेकिन यह टाइपफेस को बदलने के लिए नहीं लगता है। यहाँ मेरा कोड है: Typeface myTypeface = Typeface.createFromAsset(getAssets(), "fonts/myFont.ttf"); TextView myTextView = (TextView)findViewById(R.id.myTextView); myTextView.setTypeface(myTypeface); क्या कोई मुझे इस मुद्दे से बाहर निकाल सकता है?