Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0610a79

Browse files
authored
fix: fpdf2: Allow "BI" for _FontStyle in fpdf.pyi (#12677)
1 parent eb7df6d commit 0610a79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/fpdf2/fpdf/fpdf.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ __all__ = [
6767

6868
_Orientation: TypeAlias = Literal["", "portrait", "p", "P", "landscape", "l", "L"]
6969
_Format: TypeAlias = Literal["", "a3", "A3", "a4", "A4", "a5", "A5", "letter", "Letter", "legal", "Legal"]
70-
_FontStyle: TypeAlias = Literal["", "B", "I"]
70+
_FontStyle: TypeAlias = Literal["", "B", "I", "BI"]
7171
_FontStyles: TypeAlias = Literal["", "B", "I", "U", "BU", "UB", "BI", "IB", "IU", "UI", "BIU", "BUI", "IBU", "IUB", "UBI", "UIB"]
7272

7373
FPDF_VERSION: Final[str]

0 commit comments

Comments
 (0)