mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-23 07:10:33 +03:00
Remove unused bdf_slant and bdf_spacing variables
This commit is contained in:
parent
ede46d47fc
commit
1c18d29c34
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user