Lines Matching refs:classes

22 * Compound classes selector support, like `.one.two` or `div.message.special` (#538, @peterdevpl)
32 * Fix: Not all combinations were generated for more than three compound classes (@JeppeKnockaert)
66 * Write PDF content with *Writer service classes
86 * Refactored and cleaned-up classes and subnamespaces
99 - Practically all classes renamed to use `PascalCase` and named to be more verbose
117 - Decimal conversion methods (to roman, cjk, etc.) were moved to classes in `\Mpdf\Conversion` namespace
126 - Removed globally defined functions from `functions.php` in favor of `\Mpdf\Utils` classes `PdfDate` and `UtfString`.
163 - Refactored caching (custom `Cache` and `FontCache` classes)
173 - Refactored code portions to new "separate" classes:
174 - `Mpdf\Color\*` classes
182 - `Mpdf\Conversion\*` classes
292 - SVG images now can use Autofont (see top of `classes/svg.php` file)
293 - SVG images now has limited support for CSS classes (see top of `classes/svg.php` file)
301 - SVG images - support automatic font selection and (minimal) use of CSS classes - cf. the defined constants at top of svg.php file
457 3) FILES: classes/barcode.php
487 - classes/tocontents.php
488 - classes/cssmgr.php
489 - classes/svg.php
610 - classes/meter.php
611 - classes/directw.php
633 - custom appearances for `<meter>` and `<progress>` can be made by editing `classes/meter.php` file
674 - classes/ttfontsuni.php
675 - classes/svg.php
676 - classes/tocontents.php
686 classes/ttfontsuni_analysis.php
737 This has been moved to a new file: classes/ttfontsuni_analysis.php.