Home
last modified time | relevance | path

Searched refs:fontsToSearch (Results 1 – 1 of 1) sorted by relevance

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/font/
DFontMatcher.kt55 val fontsToSearch = fontList.fastFilter { it.style == fontStyle }.ifEmpty { fontList } in matchFont() constant
65 fontsToSearch.filterByClosestWeight(fontWeight, preferBelow = true) in matchFont()
72 fontsToSearch.filterByClosestWeight(fontWeight, preferBelow = false) in matchFont()
81 fontsToSearch in matchFont()
89 fontsToSearch.filterByClosestWeight( in matchFont()