composer package updates
[openemr.git] / vendor / mpdf / mpdf / src / Log / Context.php
blob07743f5ade2674cef6ef472d6afd77981747b109
1 <?php
3 namespace Mpdf\Log;
5 class Context
8 const STATISTICS = 'statistics';
10 const PDFA_PDFX = 'pdfa_pdfx';
12 const UTF8 = 'utf8';
14 const REMOTE_CONTENT = 'remote_content';
16 const IMAGES = 'images';
18 const CSS_SIZE_CONVERSION = 'css_size_conversion';