Skip to content

Commit

Permalink
Added release notes for #3802 and #3856 (#3911)
Browse files Browse the repository at this point in the history
Added release notes for #3802 and #3856
  • Loading branch information
hugovk committed Jun 20, 2019
2 parents f2be7c4 + dfa9e7a commit 14373c8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/releasenotes/6.1.0.rst
Expand Up @@ -11,6 +11,18 @@ An optional ``include_layered_windows`` parameter has been added to ``ImageGrab.
defaulting to ``False``. If true, layered windows will be included in the resulting
image on Windows.

Variation fonts
^^^^^^^^^^^^^^^

Variation fonts are now supported, allowing for different styles from the same font
file. ``ImageFont.FreeTypeFont`` has four new methods,
:py:meth:`PIL.ImageFont.FreeTypeFont.get_variation_names` and
:py:meth:`PIL.ImageFont.FreeTypeFont.set_variation_by_name` for using named styles, and
:py:meth:`PIL.ImageFont.FreeTypeFont.get_variation_axes` and
:py:meth:`PIL.ImageFont.FreeTypeFont.set_variation_by_axes` for using font axes
instead. An ``IOError`` will be raised if the font is not a variation font. FreeType
2.9.1 or greater is required.

Other Changes
=============

Expand All @@ -19,3 +31,9 @@ ImageTk.getimage

This function is now supported. It returns the contents of an ``ImageTk.PhotoImage`` as
an RGBA ``Image.Image`` instance.

Top To Bottom Complex Text Rendering
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Drawing text in the 'ttb' direction with ImageFont has been significantly improved
and requires Raqm 0.7 or greater.

0 comments on commit 14373c8

Please sign in to comment.