adapt for php 7.0
This commit is contained in:
parent
d405422c15
commit
d01b5eea04
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ var $charWidths;
|
|||
var $defaultWidth;
|
||||
var $maxStrLenRead;
|
||||
|
||||
function TTFontFile() {
|
||||
function __construct() {
|
||||
$this->maxStrLenRead = 200000; // Maximum size of glyf table to read in as string (otherwise reads each glyph from file)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue