mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
fix: fpdf2: Allow "BI" for _FontStyle in fpdf.pyi (#12677)
This commit is contained in:
@@ -67,7 +67,7 @@ __all__ = [
|
||||
|
||||
_Orientation: TypeAlias = Literal["", "portrait", "p", "P", "landscape", "l", "L"]
|
||||
_Format: TypeAlias = Literal["", "a3", "A3", "a4", "A4", "a5", "A5", "letter", "Letter", "legal", "Legal"]
|
||||
_FontStyle: TypeAlias = Literal["", "B", "I"]
|
||||
_FontStyle: TypeAlias = Literal["", "B", "I", "BI"]
|
||||
_FontStyles: TypeAlias = Literal["", "B", "I", "U", "BU", "UB", "BI", "IB", "IU", "UI", "BIU", "BUI", "IBU", "IUB", "UBI", "UIB"]
|
||||
|
||||
FPDF_VERSION: Final[str]
|
||||
|
||||
Reference in New Issue
Block a user