-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from PeerJ/AddConstructor
Add a constructor to mPDF to allow for additional font configuration to ...
- Loading branch information
Showing
3 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
mpdf | ||
==== | ||
|
||
This is a fork of Ian Back's mPDF code found at | ||
http://www.mpdf1.com/mpdf/index.php | ||
|
||
Currently, using v5.2 as appears to be the most stable. | ||
|
||
Note that this fork now deviates a bit in order to add additional font data without chaging the code. | ||
|
||
Usage: | ||
|
||
``` | ||
$mpdf = new mPDF(array("unifont" => array('R' => "unifont.ttf"))); | ||
$mpdf->mPDF('s'); | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters