We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90da4d6 commit 3be44c3Copy full SHA for 3be44c3
lib/dehinter/font.py
@@ -160,7 +160,7 @@ def remove_glyf_instructions(tt):
160
def update_gasp_table(tt):
161
"""Modifies the following gasp table fields:
162
1) rangeMaxPPEM changed to 65535
163
- 2) rangeGaspBehavior changed to 0x000a (symmetric grayscale, no gridfit)
+ 2) rangeGaspBehavior changed to 0x000a (symmetric grayscale, no gridfit)"""
164
if tt["gasp"].gaspRange != {65535: 0x000a}:
165
tt["gasp"].gaspRange = {65535: 0x000a}
166
return True
0 commit comments