Custom style for custom font on Android -



Custom style for custom font on Android -

i'm able load custom font in android way:

mtypeface = typeface.createfromasset(context.getassets(), "fonts/avenirnextcondensed.ttc");

i'm loading fine, issue i'm facing need medium style, doesn't exist. font defaults bold regardless. there way set custom font style custom font? have been digging time, , saw below links:

add custom font finish android application

accessing font under assets folder xml file in android

android fonts textview

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -