InflationX / Calligraphy

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

about CalligraphyConfig.get() #38

Open goodluckier opened 4 years ago

goodluckier commented 4 years ago

before:CalligraphyUtils.applyFontToTextView(root.getContext(), textView, CalligraphyConfig.get(), null); now:remove this mothed; how can i use?

chrisjenx commented 3 years ago

I think we kept these classes internal for now as there was little reason to expose them, What cases do you use them for?

Also if you just need that single method, it's generally just better to copy them from here into your own code base :smile: