golden hour
/home/doctorbruno/public_html/taeionline.com/support/include/mpdf/vendor/mpdf/mpdf/src/Fonts
⬆️ Go Up
Upload
File/Folder
Size
Actions
FontCache.php
1.34 KB
Del
OK
FontFileFinder.php
651 B
Del
OK
GlyphOperator.php
178 B
Del
OK
MetricsGenerator.php
3.39 KB
Del
OK
Edit: GlyphOperator.php
<?php namespace Mpdf\Fonts; class GlyphOperator { const WORDS = 1 << 0; const SCALE = 1 << 3; const MORE = 1 << 5; const XYSCALE = 1 << 6; const TWOBYTWO = 1 << 7; }
Save