Searched refs:fetchFont (Results 1 – 3 of 3) sorted by relevance
16 public Typeface fetchFont(String fontFamily) { in fetchFont() method in FontAssetDelegate
75 typeface = delegate.fetchFont(fontFamily); in getFontFamily()
113 override fun fetchFont(fontFamily: String?): Typeface { in <lambda>() method