You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I become error: Cannot write to an undeclared property [Mpdf\Mpdf]::$fontDir
[Mpdf\Mpdf]::$fontDir is set as private property (vendor/mpdf/mpdf/src/Mpdf.php:283)
Using of Mpdf methods AddFontDirectory and AddFont do not apply changes, or font is not applied.
Fonts are used when the necessary configuration options are added to the object creation.
The text was updated successfully, but these errors were encountered:
Mpdf can be created with config param fontDir.
When I add mpdfConfig with fontDir to PdfResponse
I become error:
Cannot write to an undeclared property [Mpdf\Mpdf]::$fontDir
[Mpdf\Mpdf]::$fontDir is set as private property (
vendor/mpdf/mpdf/src/Mpdf.php:283
)Using of Mpdf methods AddFontDirectory and AddFont do not apply changes, or font is not applied.
Fonts are used when the necessary configuration options are added to the object creation.
The text was updated successfully, but these errors were encountered: