Home | History | Annotate | Download | only in car

Lines Matching defs:Typeface

32 import android.graphics.Typeface;
162 private int mTextStyle = Typeface.BOLD;
371 Typeface typeface = Typeface.create(mFontFamily, mTextStyle);
372 mPaint.setTypeface(typeface);
375 mPaint.setTypeface(Typeface.create(Typeface.DEFAULT, mTextStyle));
1044 mPreviewText.setTypeface(Typeface.DEFAULT_BOLD);
1047 mPreviewText.setTypeface(Typeface.DEFAULT);