File "GlyphOperator.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/mpdf/mpdf/src/Fonts/GlyphOperator.php
File size: 178 bytes
MIME-type: text/x-php
Charset: utf-8
<?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;
}