Public API Changes in Aspose.Imaging 3.1.0

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()