Jeremy Soller

Results 302 comments of Jeremy Soller

The swash cache allows you to get vector output.

Perhaps it would be best if the icon were configurable.

@genodeftest I don't mind it going back to the pause button if that fixes problems - I am using a fork with my preferred icon anyways

Related issue: https://github.com/rust-lang/rust/issues/52331

I tried to just convert them in the shader https://github.com/jackpot51/glyphon/commit/cd704e6bd5d0ddb815d08358766ad205fd70fada. It works, but this should probably be optional in case other users (like iced) are assuming linear color space.

Thanks! @hecrj iced is still using linear colors and will need to send srgb in cosmic_text attrs. Color precision is significantly lost if linear values are sent with just a...

Different folks are going to need different things. For cosmic-text I need a solid shaping solution with limited dependencies and the current version of rustybuzz is exactly that. I don't...

@RazrFalcon if it is the case that none of the independent pure Rust shaping projects will be able to keep up with harfbuzz, I will look into using harfbuzz directly.

All of those problems still apply to cosmic-text as well, which supports all major OS platforms as well as no_std usage.