Is there a way to create/load `androidx.compose.ui...
# compose
s
Is there a way to create/load
androidx.compose.ui.text.font.FontFamily
from a font family defined in XML?
1
c
cc @Sean McQuillan [G]
s
There is not, as they behave differently so there isn't a clear mapping
You can declare and load fonts in XML, but there is not support for FontFamily. @Stephan Schuster I'd be interested to learn the use case that you're trying to accomplish