Skip to content

Releases: leifgehrmann/pangocffi

v0.3.0

17 Mar 18:59
Compare
Choose a tag to compare
  • 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 previously ctypes.c_void_p)

v0.2.0

09 Mar 21:42
Compare
Choose a tag to compare
  • FontDescription.getWeight() now returns int, instead of the Weight enum.

v0.1.1

06 Mar 22:41
Compare
Choose a tag to compare
  • 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

03 Mar 21:20
Compare
Choose a tag to compare
  • 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

03 Mar 11:57
Compare
Choose a tag to compare

First PyPI release.