mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 14:01:55 +08:00
[Pillow] Fix typing of FreeTypeFont.getlength (#10663)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user