Searched refs:VarFontKey (Results 1 – 1 of 1) sorted by relevance
63 private data class VarFontKey( dataClass91 private val verFontCache = LruCache<VarFontKey, Font>(cacheMaxEntries)95 private val tmpVarFontKey = VarFontKey(0, 0, mutableListOf())170 verFontCache.put(VarFontKey(start, newAxes), newFont)