Home
last modified time | relevance | path

Searched refs:GlyphOperator (Results 1 – 4 of 4) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DGlyphOperator.php5 class GlyphOperator class
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php6 use Mpdf\Fonts\GlyphOperator; alias
3787 $flags = GlyphOperator::MORE;
3789 while ($flags & GlyphOperator::MORE) {
3798 if ($flags & GlyphOperator::WORDS) {
3803 if ($flags & GlyphOperator::SCALE) {
3805 } elseif ($flags & GlyphOperator::XYSCALE) {
3807 } elseif ($flags & GlyphOperator::TWOBYTWO) {
4144 $flags = GlyphOperator::MORE;
4145 while ($flags & GlyphOperator::MORE) {
4152 if ($flags & GlyphOperator
[all...]
H A DOtlDump.php10 use Mpdf\Fonts\GlyphOperator; alias
4037 $flags = GlyphOperator::MORE;
4038 while ($flags & GlyphOperator::MORE) {
4049 if ($flags & GlyphOperator::WORDS) {
4054 if ($flags & GlyphOperator::SCALE) {
4057 if ($flags & GlyphOperator::XYSCALE) {
4060 if ($flags & GlyphOperator::TWOBYTWO) {
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md115 - Moved Glyph operator `GF_` constants in separate `\Mpdf\Fonts\GlyphOperator` class