Aspose.Drawing for .NET のリリース

Released: Apr 22, 2022

V22.4 での更新項目

機能

  • Added programmatic support for italic and bold font effects.
  • Added support for transparency in GIF files.
  • Added support for the StringFormatFlags.MeasureTrailingSpaces flag.
  • Updated image codecs.

不具合の修正

  • Corrected transformation matrix operations for LinearGradientBrush.
  • Corrected StringFormatFlags.NoClip implementation.
  • Corrected MeasureCharacterRanges implementation.

Released: Mar 24, 2022

V22.3 での更新項目

機能

  • Improved rotated text correctness and quality.
  • Added missing functionality for System.Drawing.Primitives.
  • Added saving resolution to image files.
  • Added rotate and flip specific for 24-bit bitmap.
  • Added the copyable IsGenericTypographic StringFormat property.
  • Added the ability to set negative Pen.Width.

不具合の修正

  • Corrected MatrixOrder enum values.

Released: Feb 18, 2022

V22.2 での更新項目

機能

  • Added support for all standard line cap shapes.
  • Added independent StartCap and EndCap in Pen.
  • Added the ability to save metafiles.
  • Added AddMetafileComment.
  • Added EnumerateMetafile.
  • Extended TIFF format support.

Released: Jan 28, 2022

V22.1 での更新項目

機能

  • Added left/right text margins.
  • Added the Image.Tag property.
  • Added the MeasureCharacterRanges function.
  • Added the ability to draw single lines even when layout height is not high enough.
  • Added Aspose.Drawing.ColorTranslator.
  • Improved PNG image saving performance.

不具合の修正

  • Corrected paragraph layout not to create a new line for each run.
  • Corrected arc drawing.
  • Corrected infinite clip region implementation.
  • Fixed OutOfMemoryException during opening an EMF file.

Released: Dec 30, 2021

V21.12 での更新項目

機能

  • Added font family fallback.
  • Added font style fallback for drawing and metrics.
  • Added Pen.PenType property.
  • Added support for CMYK TIFF.
  • Added loading image resolution.
  • Added bitmap bounds to clipping in DrawPath.
  • Updated image codecs.
  • Removed ColorTranslator from the Microsoft .NET Standard build to support Microsoft .NET 6.
  • Applied graphics transformation when setting and reading clip region.

不具合の修正

  • Corrected copying EXIF properties.
  • Fixed NullReferenceException in Graphics.DrawString...

Released: Nov 20, 2021

V21.11 での更新項目

機能

  • Added whole string font fallback on Microsoft Windows.
  • Added Image.SelectActiveFrame.
  • Added support for bitmap color masks.

不具合の修正

  • Corrected intersection of complex regions.

Released: Oct 15, 2021

V21.10 での更新項目

機能

  • Added support for Matrix.TransformPoints.
  • Added new GraphicsState class.
  • Added rotated page unit support for text decorations.
  • Changed default created region to be infinite.

不具合の修正

  • Fixed DrawString text wrapping with infinite clipping.
  • Fixed GraphicsPath creation from an array of points.

Released: Sep 16, 2021

V21.9 での更新項目

機能

  • Added new data property in RegionData.
  • Added support for global transformation in GraphicsPath.DrawString.
  • Added support for subpixel font size in GraphicsPath.AddString.
  • Added Image.SaveAdd for TIFF.
  • Added DrawString with TextureBrush features.

Released: Aug 17, 2021

V21.8 での更新項目

機能

  • Added support for Microsoft Windows metafiles.
  • Added support for orientation angle in LinearGradientBrush.
  • Added support for sub-pixel font size in MeasureString.
  • Improved accuracy when measuring string height.
  • Improved Linux compatibility.
  • Changed default bitmap format to Format32bppArgb.

不具合の修正

  • Fixed incorrect text size when using graphics and font units.
  • Fixed clipping with graphics transforms.

Released: Jul 19, 2021

V21.7 での更新項目

機能

  • Added color filtering with image attributes.
  • Improved multi-line text layout.

不具合の修正

  • Corrected unscaled image drawing with page transformations.