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
Post a Comment