Merge branch 'fixes/fix-pdf-font' into staging

This commit is contained in:
Tiavina 2025-01-21 14:21:27 +03:00
commit 1f39b64c75
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ class CareCertificatePdfHandler extends FPDF {
$this->SetFont('ComicSans', 'B', 14); $this->SetFont('ComicSans', 'B', 14);
$this->Cell(0,12, 'Mr/Mme ' . FileExportHelpers::FormatTextForExport($this->devisOfDefunt['thanato_nom'] . ' ' . $this->devisOfDefunt['thanato_prenom']),0,1); $this->Cell(0,12, 'Mr/Mme ' . FileExportHelpers::FormatTextForExport($this->devisOfDefunt['thanato_nom'] . ' ' . $this->devisOfDefunt['thanato_prenom']),0,1);
$this->SetFont('ComicSans', '', 14); $this->SetFont('ComicSans', '', 14);
$this->MultiCell(0,7, FileExportHelpers::FormatTextForExport('Employé au sein de notre société et titulaire du diplôme national de Thanatopracteur a effectué des soins de conservation sur le corps du défunt :')); $this->MultiCell(0,7, FileExportHelpers::FormatTextForExport('Employé(e) au sein de notre société et titulaire du diplôme national de Thanatopracteur a effectué des soins de conservation sur le corps du défunt :'));
$this->SetFont('ComicSans', 'B', 14); $this->SetFont('ComicSans', 'B', 14);
$this->Cell(0,12, 'Mr/Mme '.$this->devisOfDefunt['defunt_nom'],0,1); $this->Cell(0,12, 'Mr/Mme '.$this->devisOfDefunt['defunt_nom'],0,1);
$this->SetFont('ComicSans', '', 14); $this->SetFont('ComicSans', '', 14);

View File

@ -85,7 +85,7 @@ class PacemakerCertificatePdfHandler extends FPDF {
$this->SetFont('ComicSans', 'B', 14); $this->SetFont('ComicSans', 'B', 14);
$this->Cell(0,12, 'Mr/Mme ' . FileExportHelpers::FormatTextForExport($this->devisOfDefunt['thanato_nom'] . ' ' . $this->devisOfDefunt['thanato_prenom']),0,1); $this->Cell(0,12, 'Mr/Mme ' . FileExportHelpers::FormatTextForExport($this->devisOfDefunt['thanato_nom'] . ' ' . $this->devisOfDefunt['thanato_prenom']),0,1);
$this->SetFont('ComicSans', '', 14); $this->SetFont('ComicSans', '', 14);
$this->MultiCell(0,7, FileExportHelpers::FormatTextForExport('Employé au sein de notre société et titulaire du diplôme national de Thanatopracteur a retiré ce jour, la prothèse fonctionnant à pile implantée sur le cors du défunt:')); $this->MultiCell(0,7, FileExportHelpers::FormatTextForExport('Employé(e) au sein de notre société et titulaire du diplôme national de Thanatopracteur a retiré ce jour, la prothèse fonctionnant à pile implantée sur le cors du défunt:'));
$this->SetFont('ComicSans', 'B', 14); $this->SetFont('ComicSans', 'B', 14);
$this->Cell(0,12, 'Mr/Mme '.$this->devisOfDefunt['defunt_nom'],0,1); $this->Cell(0,12, 'Mr/Mme '.$this->devisOfDefunt['defunt_nom'],0,1);
$this->SetFont('ComicSans', '', 14); $this->SetFont('ComicSans', '', 14);