Skip to content

Commit 4638c4f

Browse files
authored
Merge pull request #6081 from radarhere/size
2 parents bd96420 + 3c1e7a7 commit 4638c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/ImageFont.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ def truetype(font=None, size=10, index=0, encoding="", layout_engine=None):
839839
:file:`/System/Library/Fonts/` and :file:`~/Library/Fonts/` on
840840
macOS.
841841
842-
:param size: The requested size, in points.
842+
:param size: The requested size, in pixels.
843843
:param index: Which font face to load (default is first available face).
844844
:param encoding: Which font encoding to use (default is Unicode). Possible
845845
encodings include (see the FreeType documentation for more

0 commit comments

Comments
 (0)