Mark matrix as not required in the fontconfig typeddict as the C code adds it only when the pattern contains a matrix

This commit is contained in:
Kovid Goyal 2026-06-10 08:32:14 +05:30
parent 949a1e1fb1
commit dbf52d4870
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -423,7 +423,7 @@ class FontConfigPattern(TypedDict):
scalable: bool
outline: bool
color: bool
matrix: tuple[float, float, float, float]
matrix: NotRequired[tuple[float, float, float, float]]
variable: bool
named_instance: bool