Releases: swen100/php-cairo
Releases · swen100/php-cairo
v1.1.0
- changed order of parameters for Cairo/Matrix (xx, yx, xy, yy, x0, y0)
- new class Cairo\Glyph
- new class Cairo\TextCluster
- finalized Cairo\ScaledFont::getGlyphExtents and Cairo\Context::glyphPath()
- added Cairo\Context::showGlyphs() and Cairo\Context::showTextGlyphs()
- removed several memory-leaks
Hint:
Because of missing test-files for glyphs and text-cluster, these features are not tested!
v1.0.0
- compatible with PHP8
- full rewrite of all tests and added tests for new methods
- added support for direct raster-output in format JPEG
- added 17 methods and class-constants to Cairo\Region (cairo 1.10)
- added 7 methods and class-constants to Cairo\Surface\Pdf (cairo 1.12, 1.16)
- added 2 methods and class-constants to Cairo\Surface\Svg (cairo 1.16)
- added 1 method to Cairo\Surface\Recording (cairo 1.12)
- added 5 methods to Cairo\Surface (cairo 1.12 and 1.14)