Skip to content

Commit

Permalink
PDFBOX-5915: restore line lost in refactoring
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1922256 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Dec 2, 2024
1 parent c61e2b1 commit 1517eed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ else if (b0 == CALLGSUBR)
}
else if (b0 == HINTMASK || b0 == CNTRMASK)
{
glyphData.vstemCount += countNumbers(glyphData.sequence) / 2;
int maskLength = getMaskLength(glyphData.hstemCount, glyphData.vstemCount);
// drop the following bytes representing the mask as long as we don't support HINTMASK and CNTRMASK
for (int i = 0; i < maskLength; i++)
Expand Down

0 comments on commit 1517eed

Please sign in to comment.