Skip to content
Release 0.4.3

This release addresses an issue with subpixel antialiased glyphs; it
is not possible to do subpixel antialiasing when the background isn't
fully opaque.

* Add font_enable_subpixel_antialias()
* Disable subpixel antialiasing by default. The user must call
  font_enable_subpixel_antialias() to enable it.