Releases: leifgehrmann/pangocffi
Releases · leifgehrmann/pangocffi
v0.3.0
- Added the following new classes:
GlyphItem
GlyphItemIter
Item
LayoutIter
LayoutRun
- Added new methods to
Context
set/get_base_gravity
get_gravity
set/get_gravity_hint
- Added new methods to
Layout
get_text
get_iter
get_baseline
get_line_count
get/set_spacing
- Added new method to ``Rectangle`
get_pointer
- Corrected return types (
ffi.CData
was previouslyctypes.c_void_p
)
v0.2.0
FontDescription.getWeight()
now returnsint
, instead of theWeight
enum.
v0.1.1
- Fixed installation issue for Python 3.5.
- Added Tox config that tests a fresh install of pangocffi when testing between versions of python.
v0.1.0
- Added support for Python 3.5 and 3.6 (previously only 3.7 was supported)
- Added config file for tox to test pangocffi for python versions 3.5, 3.6, and 3.7
v0.0.1
First PyPI release.