Skip to content

Commit

Permalink
Merge pull request #2 from adsazad/master
Browse files Browse the repository at this point in the history
Update Fpdf.php
  • Loading branch information
sarabitcom authored Oct 24, 2021
2 parents b490a34 + c79c8e7 commit b854de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fpdf/Fpdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Fpdf
protected $rMargin; // right margin
protected $bMargin; // page break margin
protected $cMargin; // cell margin
protected $x, $y; // current position in user unit
public $x, $y; // current position in user unit
protected $lasth; // height of last printed cell
protected $LineWidth; // line width in user unit
protected $fontpath; // path containing fonts
Expand Down

0 comments on commit b854de2

Please sign in to comment.