0byt3m1n1
Path:
C:
/
Users
/
Administrator
/
Desktop
/
shafna
/
Number edit
/
id
/
vendor1
/
mpdf
/
mpdf
/
src
/
Fonts
/
[
Home
]
File: 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; }