dfrg / swash

Font introspection, complex text shaping and glyph rendering.
Apache License 2.0
584 stars 34 forks source link

Implement a reference rasterizer for COLRv1 outlines #22

Open dfrg opened 2 years ago

dfrg commented 2 years ago

This entails extending the basic alpha compositor to support additional modes and affine transformations.

yisibl commented 2 years ago

After Chrome supports COLRv1, this font format may become very popular because it supports variable fonts and gradients.

dfrg commented 2 years ago

Yes, I expect this to be a useful addition to the spec and I’m excited to get it working.