Lançamentos do Document Solutions for Imaging .NET
Released: Aug 1, 2022
Atualizações na 5.1.0.796
Recursos
- Synced version with other GrapeCity.Documents packages.
Released: Jul 18, 2022
Atualizações na 5.1.0.795
Recursos
- Added TextFormat.StrictCanonicalDecomposition property which indicates whether to apply normalization to Singleton Decompositions and Post Composition Version precomposed characters.
- Added GcSvgGraphics.IDSuffix property which specifies a string to be appended to the auto-generated ID values.
- Updated TextLayout and related classes to use the latest version ("15 draft") of Unicode tables.
Correções
- Incorrect rendering of certain Far Eastern characters in some scenarios.
Released: Jun 13, 2022
Atualizações na 5.1.0.793
Recursos
- Added new 'Font.LocalFullFontNames' property which gets the array of localized font names reflecting all family and relevant subfamily descriptors, with associated language IDs.
- Added new 'Font.LocalTypographicFamilyNames' property which gets the array of localized names for the typographic family group, with associated language IDs.
Correções
- FontCollection.FindFamilyName() method does not find some fonts in certain scenarios.
- SvgUseElement throws a NullReferenceException after setting...
Released: May 25, 2022
Atualizações na 5.1.0.792
Recursos
- Improved performance of GcBitmap.SaveAsJpeg() method.
Released: May 3, 2022
Atualizações na 5.1.0.791
Recursos
- Improved behavior of semi-transparent HatchBrush in GcSvgGraphics.
Correções
- Incorrect scaling in GcGraphics.DrawSvgContent() method.
Released: Apr 22, 2022
Atualizações na 5.1.0.790
Recursos
- Added new GcSvgGraphics class which represents a graphics object that can be used to draw on a GcSvgDocument. Use GcSvgGraphics.ToSvgDocument() method to create a GcSvgDocument from graphics.
- Added new SvgElement.ShapeRendering property which gets or sets a hint to the implementation about what tradeoffs to make as it renders vector graphics elements.
- Added new SvgElement.ImageRendering property which gets or sets a hint to the implementation about how to make speed vs. quality...
Released: Apr 8, 2022
Atualizações na 5.0.0.776
Recursos
- Synced version with other GrapeCity.Documents packages.
Released: Mar 23, 2022
Atualizações na 5.0.0.775
Recursos
- Synced version with other GrapeCity.Documents packages.
Released: Mar 4, 2022
Atualizações na 5.0.0.774
Recursos
- Added TextFormat.AllowFallbackToEudcFonts property: Gets or sets a value indicating whether EUDC fonts should be searched for missing user-defined characters.
Correções
- [SVG] Incorrect rendering if transform fill patterns used SVG transformation functions.
- When using GcGraphics.DrawRectangle(), part of border is missing if the pen's LineJoin is PenLineJoin.Round.
Released: Feb 17, 2022
Atualizações na 5.0.0.773
Recursos
- Expanded RadialGradientBrush class object mode to better support radial gradients on different target platforms (such as PDF, bitmap or SVG).
- Added renderers for marker, pattern, and radialGradient SVG elements.
- Added GcSvgDocument.CurrentColor property which gets or sets the currentColor value used by the SVG renderer.
- Added new properties to RadialGradientBrush: RadiusOfStartCircle, CenterOfStartCircle, CenterOfEndCircle, RadiusOfEndCircle, ExtendStartCircle, ExtendEndCircle and...