Public API Changes in Aspose.Imaging 3.1.0
Contents
[
Hide
]
This document describes the changes to the Aspose.Imaging API from version 3.0.2 to 3.1.0 that may be of interest to module/application developers. It includes new and updated public methods, added APIs, but also a description of any changes in the behavior behind the scenes in Aspose.Imaging.
Added Methods
Support for Metafile Font Information
Aspose.Imaging for Java 3.1.0 has introduced a series of new methods related to metafile. Details of newly added APIs are as follow:
- Method com.aspose.imaging.fileformats.metafile.MetafileImage.playMetafile(Graphics2D target)
- Method com.aspose.imaging.fileformats.metafile.MetafileImage.playMetafile(Graphics2D target, AffineTransform trans)
- Method com.aspose.imaging.fileformats.metafile.WmfMetafileImage.playMetafile(Graphics2D target)
- Method com.aspose.imaging.fileformats.metafile.WmfMetafileImage.playMetafile(Graphics2D target, AffineTransform trans)
- Method com.aspose.imaging.fileformats.metafile.EmfMetafileImage.playMetafile(Graphics2D target)
- Method com.aspose.imaging.fileformats.psd.layers.Layer.getInnerBounds()