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