Skip to content

Commit

Permalink
Update hintcidfont.pl to use exited values for any FDs that are not c…
Browse files Browse the repository at this point in the history
…hanged
  • Loading branch information
hatchzo committed May 18, 2020
1 parent 5311c5a commit dc20f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hintcidfont.pl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
print STDOUT "/Private 15 dict dup begin\n";
print STDOUT $hintdata{$hintdictname2};
next;
} elsif ($line =~/\/(?:Blue(?:Values|Scale|Fuzz)|(?:Family)?(?:Other)?Blues|Std(?:H|V)W|StemSnap(?:H|V)|RndStemUp)/) {
} elsif ($line =~/\/(?:Blue(?:Values|Scale|Fuzz)|(?:Family)?(?:Other)?Blues|Std(?:H|V)W|StemSnap(?:H|V)|RndStemUp)/ && exists $hintdata{$hintdictname2}) {
next;
}
print STDOUT $line;
Expand Down

0 comments on commit dc20f72

Please sign in to comment.