浏览我们的产品

Aspose.Diagram for .NET 19.3 发行说明

改进和变化

钥匙概括类别
DIAGRAMNET-50930添加对在操作系统上检索常用字体目录的支持强化
DIAGRAMNET-51614获取 Shape 的所有 Props 值强化
DIAGRAMNET-50214VSD to PDF conversion - Curved lines become a straight line漏洞
DIAGRAMNET-50240VSD to PDF conversion - Wrong layout of dynamic connectors漏洞
DIAGRAMNET-50703VSDX to PDF export - Missing a dynamic connector漏洞
DIAGRAMNET-50704VSD to PDF export - Meta type shapes turn into messy symbols漏洞
DIAGRAMNET-51535VSDM to SVG - Font changes from Sans to Serif in SVG漏洞
DIAGRAMNET-51574VSDX to PNG - Some shapes are rendered incorrect in output PNG漏洞
DIAGRAMNET-51608文本换行未按预期工作漏洞
DIAGRAMNET-51609将 Diagram 复制到 PowerPoint 幻灯片时,形状向左侧移动漏洞
DIAGRAMNET-51617Visio to PDF - External Data Driven values are not showing correctly漏洞
DIAGRAMNET-51619Visio to PDF - Incorrect Date/Time/Distance in PDF漏洞
DIAGRAMNET-51621Visio to PDF - Background image is distorted and the extra page is present in PDF漏洞

公共 API 和向后不兼容的更改

以下是对公众 API 所做的任何更改的列表,例如添加、重命名、删除或弃用成员,以及对 Aspose.Diagram for .NET 所做的任何非向后兼容更改。如果您对列出的任何更改有疑虑,请在这Aspose.Diagram 支持论坛.

在 Diagram 中添加 GetDefaultFontDir

获取默认字体文件夹路径

  string str =  diagram.GetDefaultFontDir();


 
 简体中文