OpenWheels
OpenWheels copied to clipboard
Make font rasterizer pluggable
Couple of benefits to this:
- Can compare different rasterizers (e.g.
StbSharp,SharpFont) - End users can build fonts offline and drop the runtime dependency to a rasterizer
- Can remove
OpenWheels.Fontsdependency fromOpenWheels.Rendering(also requires #6)