Merge pull request #8753 from hugovk/rm-unused

Remove unused `bdf_slant` and `bdf_spacing` variables
This commit is contained in:
Andrew Murray 2025-02-16 04:24:13 +11:00 committed by GitHub
commit 397e6f2710
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,17 +26,6 @@ from typing import BinaryIO
from . import FontFile, Image 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( def bdf_char(
f: BinaryIO, f: BinaryIO,