fix: pillow.ImageDraw.textlength may return float (#8773)

This commit is contained in:
Tdxdxoz
2022-09-20 21:13:29 +08:00
committed by GitHub
parent 876c9bf6af
commit efeff93d21

View File

@@ -116,7 +116,7 @@ class ImageDraw:
features: Sequence[str] | None = ...,
language: str | None = ...,
embedded_color: bool = ...,
) -> int: ...
) -> float: ...
def textbbox(
self,
xy: tuple[float, float],