Use freeserif font instead of helvetica to properly display foreign characters

This commit is contained in:
Marcus Hill 2025-08-16 15:52:54 +01:00
parent 9fbf775299
commit 804467b1ba
1 changed files with 12 additions and 12 deletions

View File

@ -1061,7 +1061,7 @@ if (isset($_POST["export_client_pdf"])) {
// ----- Start Main Content ----- // ----- Start Main Content -----
$pdf->AddPage(); $pdf->AddPage();
$pdf->SetFont("helvetica", "", 10); $pdf->SetFont("freeserif", "", 10);
// Build the HTML content with enhanced styling and semantic markup // Build the HTML content with enhanced styling and semantic markup
$html = " $html = "