Skip to content

Commit c41a25e

Browse files
committed
🔖 update format
1 parent 6386778 commit c41a25e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

myFont.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ def __init__(self, file=None, res_name_or_index=None,
3535
self.reader = None
3636

3737
# Permit the user to reference glyphs that are not int the font.
38-
self.last_vid = 0xFFFE # Can't make it be 0xFFFF, as the world is full unsigned short integer counters that get incremented after the last seen GID value.
38+
self.last_vid = 0xFFFE # Can't make it be 0xFFFF, as the world is full unsigned short integer
39+
# counters that get incremented after the last seen GID value.
3940
self.reverseVIDDict = {}
4041
self.VIDDict = {}
4142
self.allowVID = allowVID

0 commit comments

Comments
 (0)