Skip to content

Commit

Permalink
generator
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 26, 2025
1 parent 0d00da8 commit eb25382
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions src/PIL/ImageFont.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,30 +46,9 @@
from ._imagingft import Font

Anchor = Literal[
"la",
"lt",
"lm",
"ls",
"lb",
"ld",
"ma",
"mt",
"mm",
"ms",
"mb",
"md",
"ra",
"rt",
"rm",
"rs",
"rb",
"rd",
"sa",
"st",
"sm",
"ss",
"sb",
"sd",
tuple(
h + v for h in ("l", "m", "r", "s") for v in ("a", "t", "m", "s", "b", "d")
)
]

Direction = Literal["rtl", "ltr", "ttb"]
Expand Down

0 comments on commit eb25382

Please sign in to comment.