I am writing a modular font. Is there an existing issue for this? I have searched the existing issues.
It leverages the power of google's skia (via. Geometry pub use iced_graphics as graphics; I'm quite seriously considering adding skia support, but am timid as i don't know how much work it's going to be and have never used iced before.
Render backend forcing software rendering: Tiny_skia only supports drawing to an rgba buffer, but iced uses it to draw to an xrgb buffer via softbuffer, how is the buffer being transformed between the 2 color spaces?