mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-03 11:12:30 +08: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user