font removed

This commit is contained in:
hemanths@live.com 2018-12-26 00:15:32 +05:30
parent a8f96b3223
commit f26c7eb873
17 changed files with 14 additions and 58 deletions

View file

@ -593,8 +593,6 @@ public class LyricView extends View {
mTextPaint = new TextPaint();
mTextPaint.setDither(true);
mTextPaint.setAntiAlias(true);
Typeface typeface = ResourcesCompat.getFont(getContext(), R.font.font);
mTextPaint.setTypeface(typeface);
switch (mTextAlign) {
case LEFT: