Hi folks, I'm writing a project that I download dy...
# compose
s
Hi folks, I'm writing a project that I download dynamically a font family and store at the device, there is anyway in Compose right now to generate a Font Family from this downloaded Files (Not resource ones) ?
l
cc @Siyamed do you know?
s
unfortunately we dont have it yet. I know I have been saying “yet” a lot
we had a ticket to load the font from the file system instead of resources,. I ’d say it is planned in a closer future.
s
Hi @Siyamed any updates in this?
s
no updates 😕 still pending
s
My idea here is to build a similar project to google-fonts-flutter for Compose by using Kotlin Poet to generate the fonts typed code. I guess without loading from file system, currently is not possible, right @Siyamed?