Skip to content

Commit

Permalink
Synced/merged with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
naourass committed Feb 10, 2023
1 parent 08e5cf5 commit 4640ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypdf/_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@ def process_operation(operator: bytes, operands: List) -> None:
"???" + operands[0],
None,
)
cmap = (cmap[0], reverse_rtl_ligatures(cmap[1]), *cmap[2:])
cmap = (cmap[0], reverse_rtl_ligatures(cmap[1]), *cmap[2:]) # no need for this anymore since it was fixed in lest release
try:
font_size = float(operands[1])
except Exception:
Expand Down

0 comments on commit 4640ee3

Please sign in to comment.