mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-29 20:32:38 +00:00
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:
parent
949a1e1fb1
commit
dbf52d4870
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue