diff --git a/stubs/Pillow/PIL/ImageFont.pyi b/stubs/Pillow/PIL/ImageFont.pyi index e90c4f0cc..08b987e50 100644 --- a/stubs/Pillow/PIL/ImageFont.pyi +++ b/stubs/Pillow/PIL/ImageFont.pyi @@ -44,7 +44,7 @@ class FreeTypeFont: direction: Literal["ltr", "rtl", "ttb"] | None = None, features: Incomplete | None = None, language: str | None = None, - ) -> int: ... + ) -> float: ... def getbbox( self, text: str | bytes,