Home | History | Annotate | Download | only in widget

Lines Matching refs:fontFamily

213         final String fontFamily = ta.getString(R.styleable.TextAppearance_fontFamily);
214 if (fontFamily != null) {
215 p.setTypeface(Typeface.create(fontFamily, 0));