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
Hi,
While trying to add several fonts to my projet I discover that load_font.php create the file dompdf_font_family_cache.php. This file is then used while rendering.
So when I added a second font with load_font.php then the file dompdf_font_family_cache.php missing the first added font, and render missing this first font.
How do you manage this case ?
The only solution I found is, before using load_font, copying dompdf_font_family_cache.php, then extract previous font definition, then copy it in the newly generated dompdf_font_family_cache.php.
Cheers.
The text was updated successfully, but these errors were encountered:
Hi,
While trying to add several fonts to my projet I discover that load_font.php create the file
dompdf_font_family_cache.php
. This file is then used while rendering.So when I added a second font with load_font.php then the file
dompdf_font_family_cache.php
missing the first added font, and render missing this first font.How do you manage this case ?
The only solution I found is, before using load_font, copying
dompdf_font_family_cache.php
, then extract previous font definition, then copy it in the newly generateddompdf_font_family_cache.php
.Cheers.
The text was updated successfully, but these errors were encountered: