Closed chrisjenx closed 10 years ago
Hi Chris,
Any ETA on this? Or are there any possible workarounds?
P.S. Great library; really fantastic work.
@FaizVisram I know what the issue is already, just yet to fix it.
Just call setTypeface on your edit text pragmatically for now.
setTypeface(TypefaceUtils.getTypeface(getAssets(),"fonts/FontName.ttf");
Sorry that its a pain, I knew the move to Spannable would be a bit dodgy.
Thanks, Chris. It's not a big deal, I'm just working on a release and I was just wondering if I'd have to implement a workaround temporarily. Thanks again!
Does the library have support for EditText?
Everything that extends from TextView
. Yes.
@chrisjenx Thank you.
Typeface is not set on the EditText hint/label.