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

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -