[subset] Minor
This commit is contained in:
parent
f1d5c85c3f
commit
149a6700a1
@ -1702,8 +1702,8 @@ def prune_post_subset(self, options):
|
|||||||
if hasattr(subrs, 'offsets'):
|
if hasattr(subrs, 'offsets'):
|
||||||
del subrs.offsets
|
del subrs.offsets
|
||||||
|
|
||||||
for i in range (subrs.count):
|
for subr in subrs.items:
|
||||||
subrs[i].subset_subroutines (local_subrs, font.GlobalSubrs)
|
subr.subset_subroutines (local_subrs, font.GlobalSubrs)
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
for subrs in all_subrs:
|
for subrs in all_subrs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user