浏览我们的产品

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

aspose.font for .net 22.7

下载  下载 

文件详情

  • 下载s:
  • 1
  • 文件大小:
  • 4.19MB
  • 添加日期:
  • 15/7/2022

文件详情

Update & Delete Name Records in name Table

Support for updating and deleting Name Records in table ‘name’

Update Multilingual Name Objects in name

Support for updating multilingual name objects in the ‘name’ table.

Support for maxp Table v.5.0

Support for version 0.5 of the maxp (Maximum Profile) table has been implemented. This table holds the memory requirements of the font. The support of version 5.0 enables our font API to work with CFF font, because the font with CFF outlines must use version 0.5 of the maxp table.

Support for Version16Dot16 Data Type

Enhanced Backward Compatibility via adding support for the Version16Dot16 data type.

Improved Conversion of Fonts to TTF

Previously in some instances the fonts were not being converted to TTF (TrueType Font). However, this release has resolved the issue of converting font to TTF. The following sample code written in C# works as font to TTF converter using API:

// Open woff font
string fontPath = Path.Combine(DataDir, "Montserrat-Regular.woff");
FontDefinition fontDefinition = new FontDefinition(FontType.TTF, new FontFileDefinition("woff", new FileSystemStreamSource(fontPath)));
Font font = Font.Open(fontDefinition);

// Ttf output settings
string outPath = Path.Combine(OutputDir, "WoffToTtf_out1.ttf");
FileStream outStream = File.Create(outPath);

// Convert woff to ttf
font.SaveToFormat(outStream, FontSavingFormats.TTF);

For a complete list of features, enhancements, and bug fixes in this release please visit, Aspose.Font for .NET 22.7 发行说明.

 简体中文