Revert "[subset] Minor; towards refactoring"
This reverts commit 2348522167838132c06b0eecbce9c77e2ca07d02.
This commit is contained in:
parent
684cdeef41
commit
32f2d6c3e8
@ -2079,7 +2079,7 @@ class _DehintingT2Decompiler(psCharStrings.T2WidthExtractor):
|
||||
if hints.status != 2:
|
||||
hints.has_hint = True
|
||||
hints.last_checked = index
|
||||
hints.status = max(hints.status, subr_hints.status)
|
||||
hints.status = subr_hints.status
|
||||
# Decide where to chop off from
|
||||
if subr_hints.status == 0:
|
||||
hints.last_hint = index
|
||||
|
Loading…
x
Reference in New Issue
Block a user