Aspose.SVG for Python via .NET V25.6

Released: Jun 21, 2025

V25.6 中的更新

特性

  • Unicode surrogate pairs (outside the BMP) are now fully supported in SVG rendering and during SVG-to-image conversion. This enables complete and accurate visual output for emoji, rare symbols, and supplementary script content.
  • SVGZ Output: When saving an SVG as SVGZ, all referenced external resources (fonts, images, CSS, etc.) are now preserved without secondary compression, ensuring resources remain compatible with all downstream tools and consumers.
  • Font API: The ITrueTypeFont interface now includes a Style property, combining font-face and font file metadata for easier access to e.g. weight/italic attributes.
  • Public API Cleanup: Old manual bitmap/image manipulation types (including IBitmap and WebRotateFlipType) have been fully retired to streamline the API and avoid overlap with platform/NuGet image-processing tools.
  • FontMatcher: Unified Character Code Parameter - The signature for custom font fallback logic now uses int charCode for consistency with .NET and internal processing.