Skip to content

Commit

Permalink
fix: Fail to identify fonts (name and size) smalot#629
Browse files Browse the repository at this point in the history
  • Loading branch information
mbideau-atreal committed Aug 7, 2023
1 parent 053086a commit 907a69c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Smalot/PdfParser/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -712,8 +712,6 @@ public function getDataTm(array $dataCommands = null): array
$Tl = $defaultTl;
$Tx = 0;
$Ty = 0;
$fontId = $defaultFontId;
$fontSize = $defaultFontSize;
break;

/*
Expand Down

0 comments on commit 907a69c

Please sign in to comment.