製品を閲覧する Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
name
Support for updating and deleting Name Records in table ‘name’
Support for updating multilingual name objects in the ‘name’ table.
maxp
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.
Version16Dot16
Enhanced Backward Compatibility via adding support for the Version16Dot16 data type.
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 リリースノート.