Jeremy Soller
Jeremy Soller
You should run `cargo update` to ensure you have the latest version of iced. We have a patched version that fixes the blurriness.
I think we need to get Ubuntu to update fwupd and its dependencies. System76 only ships an override (to our customers on Ubuntu and to Pop users) because the Ubuntu...
We do not support building on Windows at the moment, due to the Linux subsystem lacking FUSE
Hello @RazrFalcon, is there any news on this? I am looking for a pure Rust library to use for font fallback, and identifying supported ranges will be critical. By the...
Thanks for looking in to this, it looks to me like a u128 bitflag will cover all ranges. If you need help implementing this, I could take it on as...
Awesome, looking good so far! I am hoping to be able to use fontdb to query for fonts that support a range, for fallback.
Storing the u128 for every font is probably necessary to fully implement font fallback. An alternative would be to only store a single font id for the first detected font...
I will give that a try.
Would there be interest in fontdb being able to return multiple fonts from a query?
I have decided to use fontdb for loading a list of system fonts, but then implement my own fallback on top of that. It will require no changes to fontdb.