Skip to content

Commit

Permalink
Remove unused bdf_slant and bdf_spacing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 15, 2025
1 parent ede46d4 commit 1c18d29
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/PIL/BdfFontFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,6 @@

from . import FontFile, Image

bdf_slant = {
"R": "Roman",
"I": "Italic",
"O": "Oblique",
"RI": "Reverse Italic",
"RO": "Reverse Oblique",
"OT": "Other",
}

bdf_spacing = {"P": "Proportional", "M": "Monospaced", "C": "Cell"}


def bdf_char(
f: BinaryIO,
Expand Down

0 comments on commit 1c18d29

Please sign in to comment.