Document Solutions for Imaging のリリース
Released: Jul 18, 2022
5.1.0.795 での更新項目
機能
- 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.
不具合の修正
- Incorrect rendering of certain Far Eastern characters in some scenarios.
Released: Jun 13, 2022
5.1.0.793 での更新項目
機能
- 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.
不具合の修正
- FontCollection.FindFamilyName() method does not find some fonts in certain scenarios.
- SvgUseElement throws a NullReferenceException after setting Href.
Released: May 25, 2022
5.1.0.792 での更新項目
機能
- Improved performance of GcBitmap.SaveAsJpeg() method.
Released: May 3, 2022
5.1.0.791 での更新項目
機能
- Improved behavior of semi-transparent HatchBrush in GcSvgGraphics.
不具合の修正
- Incorrect scaling in GcGraphics.DrawSvgContent() method.
Released: Apr 22, 2022
5.1.0.790 での更新項目
機能
- 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 tradeoffs as...
Released: Apr 8, 2022
5.0.0.776 での更新項目
機能
- Synced version with other GrapeCity.Documents packages.
Released: Mar 23, 2022
5.0.0.775 での更新項目
機能
- Synced version with other GrapeCity.Documents packages.
Released: Mar 4, 2022
5.0.0.774 での更新項目
機能
- Added TextFormat.AllowFallbackToEudcFonts property: Gets or sets a value indicating whether EUDC fonts should be searched for missing user-defined characters.
不具合の修正
- [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
5.0.0.773 での更新項目
機能
- 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 Normalize...
Released: Jan 25, 2022
5.0.0.770 での更新項目
機能
- Added FontWriter.CompactFonts method which merges matching TrueType font subsets and serializes the merged subsets to byte arrays.
- Added FontCollection.Clone method which creates a copy of the current FontCollection.
不具合の修正
- Incorrect underlining of horizontal fragments in vertical text.