Searched refs:targetTypeface (Results 1 – 1 of 1) sorted by relevance
1909 Typeface targetTypeface = mTypeface == null ? Typeface.DEFAULT : mTypeface; in setFontVariationSettings() local1913 if (targetTypeface.isSupportedAxes(axis.getOpenTypeTagValue())) { in setFontVariationSettings()1921 setTypeface(Typeface.createFromTypefaceWithVariation(targetTypeface, filteredAxes)); in setFontVariationSettings()