Calligraphy
Calligraphy copied to clipboard
Just default font applied
Hey, i tried to set font for textview using fontpath but it doesn't works just default font s applied
Hey, your going to have to give me a bit more to work on then that.
How have you applied it to your project? What do your styles look like? What does your layout look like?
@chrisjenx - i tried also to use it but it doesn't work well also on my project.. it still use the standard font. Here's the code
from my style
<style name="txtView_NormalTxtCustomFont"> <item name="fontPath">fonts/BurgerFrog.otf</item> </style>
in my layout
<TextView android:id="@+id/txtView_JobDescription" style="@style/txtView_NormalTxtCustomFont" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="Sample Job Description"/>
this is the dependecy
compile 'uk.co.chrisjenx:calligraphy:2.2.0'
Code, implementation etc...