Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Releases: caryll/otfcc

otfcc version 0.6.3

19 Dec 15:51
Compare
Choose a tag to compare

Notable Changes:

  • Fixed a potential hang when building CMAP tables larger than 64KB (#42)

otfcc version v0.6.2

23 Nov 03:05
Compare
Choose a tag to compare

Notable changes

  • Fixed the bug that some validators complaining that fonts built by otfcc does not match its checksum
  • Fixed a memory leak about the SVG table.

otfcc version 0.6.1

21 Nov 02:31
Compare
Choose a tag to compare

Noteble changes

  • Fixed crash when handling a typeface with VORG table.
  • Fixed a memory leak related with COLR table.

otfcc version 0.6.0

19 Nov 02:12
Compare
Choose a tag to compare

Notable changes

  • Supported COLR/CPAL-flavored OpenType vector color fonts.
  • Supported SVG-flavored OpenType vector color fonts.
  • Other bug fixes and optimizations.

otfcc version 0.5.2

10 Nov 19:11
Compare
Choose a tag to compare

Notable changes

  • Fixed many potential memory leaks (Valgrind returns 0 byte leak for the entire roundtrip test).

otfcc version 0.5.1

04 Nov 17:26
Compare
Choose a tag to compare

Notable changes

  • Fixed the bug when producing a individual-format GPOS pair adjustment.
  • Fixed the potential crash when decoding some “very-compact” TT instructions.
  • Added --name-by-hash to otfccdump.

otfcc version 0.5.0

30 Oct 10:47
Compare
Choose a tag to compare

SPECIAL NOTE
otfcc v0.5.0 changes the export format of cmap table and CFF hintmask/contourmask. Please update your script to support that.

Notable changes

  • Fixed the bug about duplicating more points then needed in CFF.
  • Improve logging when --verbose is enabled.
  • Improve the cmap and CFF hintmask/contourmask export format.

otfcc version 0.4.4

23 Oct 13:43
Compare
Choose a tag to compare

Notable changes

  • De-duplicated the input coverage with duplicate items. It will fix the bug about producing overlapping ranges of classdefs.
  • Performance optimization

otfcc version 0.4.3

16 Oct 02:56
Compare
Choose a tag to compare

Notable Changes

  • otfcc will no longer duplicate the last point in the CFF OTF's contour dump.
  • Improved the performance when reading a large input from STDIN for otfccbuild

otfcc version 0.4.2

04 Oct 21:18
Compare
Choose a tag to compare

Notable Changes

  • Corrected cmap for specialized fonts requires format 4 subtable.
  • Added help information for -O3.