enthought / enable

Enable: low-level drawing and interaction
Other
93 stars 44 forks source link

Fix Quartz font rendering #978

Closed corranwebster closed 2 years ago

corranwebster commented 2 years ago

This looks up font family names if no specific face name is given, and switches rendering of text to use the fill color rather than the stroke color, to match Agg, etc. rendering.

Font rendering benchmark now looks like this: image

Fixes #976.