v0.9.0
Breaking Changes
- pangocffi now depends on GLib 2.0. It's very likely GLib is already installed since pangocffi already depended on GObject, but if not, pangocffi will raise an error on import. #28
Additions
- Added the following new classes. #28, #30
Attribute
AttrList
Color
- Added new methods to
Layout
. #28, #30set_attributes
get_attributes
- Added new enum
Underline
. #28 - Added the ability to configure loading a specific library via the following environment variables. #32
PANGO_LOCATION
GLIB_LOCATION
GOBJECT_LOCATION
Bug Fixes
- Fixed issue with
Context.get_gravity_hint
calling the wrong pango function. #31