Aspose.SVG for Python via .NET V25.2
Released: Feb 19, 2025
Updates in V25.2
Features
- Added a new WebRotateFlipType Enumeration, which introduces image rotation and flipping capabilities without relying on System.Drawing.
- Updated IBitmap API so that rotate_flip now uses the new WebRotateFlipType (instead of aspose.pydrawing.RotateFlipType). This enhances cross-platform support and unifies image transformation options.
- Refined the Font Interface - ITrueTypeFont.style property has been removed. Other font properties (e.g., family_name, sub_family_name, full_font_name) remain available to specify font details.
- Added a new WebFontStyle Enumeration, which adds more descriptive text styling options: REGULAR, BOLD, and ITALIC. These are used by GraphicContext.font_style and ICanvasContext.font_style to manage text rendering.
- Renamed Rendering Properties:
- use_antialiasing replaces smoothing_mode in ImageRenderingOptions and ImageSaveOptions.
- use_hinting replaces text_rendering_hint in TextOptions.