Skip to content

Commit 3be44c3

Browse files
authored
Update font.py
derp
1 parent 90da4d6 commit 3be44c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dehinter/font.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def remove_glyf_instructions(tt):
160160
def update_gasp_table(tt):
161161
"""Modifies the following gasp table fields:
162162
1) rangeMaxPPEM changed to 65535
163-
2) rangeGaspBehavior changed to 0x000a (symmetric grayscale, no gridfit)
163+
2) rangeGaspBehavior changed to 0x000a (symmetric grayscale, no gridfit)"""
164164
if tt["gasp"].gaspRange != {65535: 0x000a}:
165165
tt["gasp"].gaspRange = {65535: 0x000a}
166166
return True

0 commit comments

Comments
 (0)