Skip to content

Releases: rougier/freetype-py

v2.5.1

29 Aug 18:08
Compare
Choose a tag to compare

fix binary wheel pypi upload in v2.5.0.

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.1

v2.5.0

29 Aug 14:36
Compare
Choose a tag to compare

Misc additions and updates since v2.4.0

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

04 May 10:46
4bef9a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

25 Apr 11:20
0084212
Compare
Choose a tag to compare

What's Changed

  • Add build rules for ARM 32 and 64 bits (#134).
  • Add ARM64 builds for PyPI (#139)
  • Add aarch64 builds for PyPI (#144)
  • Update bundled FreeType version to 2.12.0 and add support for SDF rendering (#141, #148)
  • Update bundled HarfBuzz to 4.2.1 (#148)
  • Declare Python 3.7 the minimum supported version (#148)
  • Fix bindings for FT_Outline (#142)
  • Expose binding to FT_Outline_EmboldenXY (#143)
  • Fix a Python 2 era print statement into a function call (#147)

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

09 Jul 16:59
aeae566
Compare
Choose a tag to compare
  • Expose FT_Outline_Decompose() as Outline.decompose() (thanks @duelafn)
  • examples/glyph-vector-decompose.py: Use larger size, and with FT_LOAD_NO_BITMAP, to avoid loading embedded bitmaps (thanks @HinTak)
  • Glyph.get_cbox: unbreak (thanks @fpgayu)
  • Improve variable font support with examples (thanks @josh-hadley)
  • Update embedded FreeType and HarfBuzz in wheels to latest versions.
  • Drop Python 2 support and 32 bit wheels.

v2.2.0rc1

09 Jul 14:00
aeae566
Compare
Choose a tag to compare
v2.2.0rc1 Pre-release
Pre-release

Testing the new CI...

v2.1.0.post1

17 Mar 15:40
002cdd4
Compare
Choose a tag to compare
  • Remove Python 3.7 CI builds, we don't actually need them.

v2.1.0

17 Mar 15:04
1da5255
Compare
Choose a tag to compare
  • Update bundled FreeType to 2.10.0
  • Update bundled HarfBuzz to 2.3.1
  • Add Python 3.7 builds to PyPI
  • Removed FT_Outline_{New,Done}_Internal functions, as these were only accidentally exposed in the public API.
  • FT_Face can now be instantiated with a file path or a byte stream from memory
  • Fix bug where outline and bitmap could be off by one grid unit in one of the examples, when extrema did not have on-curve points.
  • Corrected the license classifier, the project is BSD licensed.

Version 2.0.0.post6

03 Jul 16:50
354560f
Compare
Choose a tag to compare

Take five.

Version 2.0.0.post5

03 Jul 16:12
ac43a19
Compare
Choose a tag to compare

Take four.