chrisjenx / Calligraphy

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

Use Calligraphy in everything except my custom TextView #430

Closed MHKalantarian closed 5 years ago

MHKalantarian commented 6 years ago

Can I apply calligraphy to whole layout except a custom TextView with another typeface?

OsmanYalin commented 5 years ago

https://github.com/chrisjenx/Calligraphy/issues/388#issuecomment-307311701

chrisjenx commented 5 years ago

That would disable all custom views (including AppCompatTextView etc). You would just override the setTypeface method in your custom view to not pass to super.