kvadrantLatin
Selawik, the only legal metric-compatible stand-in for Segoe UI, in the five weights Metro uses.
It has no Cyrillic — none at all, verified in its cmap — so anything outside Latin needs kvadrantCyrillic and KvadrantText's cyrillic parameter.
@Composable because compose-resources reads a font asynchronously and needs a composition to hang the load on. That is the cost of the declaration serving every target at once; the desktop-only predecessor was a plain function reading a classpath resource, which is a JVM idea.