Skip to content

Commit

Permalink
Merge pull request #6081 from radarhere/size
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 22, 2022
2 parents bd96420 + 3c1e7a7 commit 4638c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/ImageFont.py
Expand Up @@ -839,7 +839,7 @@ def truetype(font=None, size=10, index=0, encoding="", layout_engine=None):
:file:`/System/Library/Fonts/` and :file:`~/Library/Fonts/` on
macOS.
:param size: The requested size, in points.
:param size: The requested size, in pixels.
:param index: Which font face to load (default is first available face).
:param encoding: Which font encoding to use (default is Unicode). Possible
encodings include (see the FreeType documentation for more
Expand Down

0 comments on commit 4638c4f

Please sign in to comment.