diff --git a/src/PIL/ImageFont.py b/src/PIL/ImageFont.py index df79efee2..18a14d4fe 100644 --- a/src/PIL/ImageFont.py +++ b/src/PIL/ImageFont.py @@ -308,7 +308,7 @@ class FreeTypeFont: Returns bounding box (in pixels) of given text relative to given anchor if rendered in font with provided direction, features, and language. - Use :py:meth`getlength()` to get the offset of following text with + Use :py:meth:`getlength()` to get the offset of following text with 1/64 pixel precision. The bounding box includes extra margins for some fonts, e.g. italics or accents.