chrisjenx / Calligraphy

Custom fonts in Android the easy way...
Apache License 2.0
8.59k stars 1.1k forks source link

Text was changed #477

Open githubtangchao opened 4 years ago

githubtangchao commented 4 years ago

I use the default font. My words "> by default" changed to "->"

` <TextView

         android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:gravity="center"

        android:text="message>" />`

font

This is what I use font library: DIN-Regular.zip Thanks!