Home
last modified time | relevance | path

Searched refs:PMA_PDF_FONT (Results 1 – 10 of 10) sorted by relevance

/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/
H A DPdf.php30 const PMA_PDF_FONT = 'DejaVuSans'; define in PhpMyAdmin\\Pdf
56 $this->SetFont(Pdf::PMA_PDF_FONT, '', 14);
57 $this->setFooterFont(array(Pdf::PMA_PDF_FONT, '', 14));
71 $this->SetFont(Pdf::PMA_PDF_FONT, '', 14);
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/
H A DPdf.php31 public const PMA_PDF_FONT = 'DejaVuSans'; define in PhpMyAdmin\\Pdf
69 $this->SetFont(self::PMA_PDF_FONT, '', 14);
70 $this->setFooterFont([self::PMA_PDF_FONT, '', 14]);
87 $this->SetFont(self::PMA_PDF_FONT, '', 14);
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Plugins/Export/Helpers/
H A DPdf.php146 PdfLib::PMA_PDF_FONT,
153 $this->SetFont(PdfLib::PMA_PDF_FONT, '', $this->cellFontSize);
370 $this->SetFont(PdfLib::PMA_PDF_FONT, '', 9);
552 $this->SetFont(PdfLib::PMA_PDF_FONT, '', 9);
847 $this->SetFont(PdfLib::PMA_PDF_FONT, '', 9);
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Plugins/Export/Helpers/
H A DPdf.php205 PdfLib::PMA_PDF_FONT,
211 $this->SetFont(PdfLib::PMA_PDF_FONT, '', $this->cellFontSize);
429 $this->SetFont(PdfLib::PMA_PDF_FONT, '', 9);
615 $this->SetFont(PdfLib::PMA_PDF_FONT, '', 9);
904 $this->SetFont(PdfLib::PMA_PDF_FONT, '', 9);
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Plugins/Schema/Pdf/
H A DTableStatsPdf.php31 private $_ff = PdfLib::PMA_PDF_FONT;
H A DPdf.php51 private $_ff = PdfLib::PMA_PDF_FONT;
H A DPdfRelationSchema.php56 private $_ff = PdfLib::PMA_PDF_FONT;
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Plugins/Schema/Pdf/
H A DTableStatsPdf.php34 private $ff = PdfLib::PMA_PDF_FONT;
H A DPdf.php76 private $ff = PdfLib::PMA_PDF_FONT;
H A DPdfRelationSchema.php71 private $ff = PdfLib::PMA_PDF_FONT;