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

Releases: caryll/otfcc

Public Beta: otfcc v0.4.1

21 Sep 11:14
Compare
Choose a tag to compare

Notable Changes

  • Fixed the --add-bom parameter when the output is redirected to a file.
  • Fixed the --glyph-name-prefix caused crash in some cases.

Public Beta: otfcc v0.4.0

17 Sep 14:39
Compare
Choose a tag to compare

###Notable Chages

  • Added CFF Subroutinizer. Enable with (curently experimental) -O3 optimization level.
  • Other minor fixes, especially related to memory leak

Public Beta: otfcc version 0.3.4b

11 Sep 09:58
Compare
Choose a tag to compare

Notable changes

  • All internal coordinates’ precision has been doubled. This makes otfcc can pass the roundtrip test of some commercial fonts.

Public Beta: otfcc version 0.3.3

06 Sep 12:15
Compare
Choose a tag to compare

Notable changes

  • Fixed a bug when parsing gasp table.
  • Released the limit of internal coordinates.

Public Beta: otfcc version 0.3.2

19 Aug 09:57
Compare
Choose a tag to compare

Notable changes

  • Implemented the “Building Block” mechanism for table writing. It reduces 70KB on some test payloads.
  • Fixed some potential memory leaks and pointer overflows.
  • Added support for BASE table.

otfcc version 0.3.1

18 Aug 14:06
Compare
Choose a tag to compare

Notable changes

  • Implemented the “Building Block” mechanism for table writing. It reduces 70KB on some test payloads.
  • Fixed some potential memory leaks

otfcc version 0.3.0

31 Jul 07:31
Compare
Choose a tag to compare
  • First Public BETA
  • CID FDSelect in glyphs is now exported as strings, instead of numbers.
  • Fixed a potential memory leak when dealing with CFF CharStrings.

otfcc version 0.2.4

29 Jul 15:16
Compare
Choose a tag to compare
  • Supported VORG table and LTSH table.
  • Added option --verbose.
  • Corrected hhea/hmtx for CFF fonts.

otfcc r0.2.3

27 Jul 12:21
Compare
Choose a tag to compare

This version fixes potential crash in otfccbuild when reading from STDIN.
It also introduces a prototype of -O0/-O1/-O2 option to control optimization levels.

otfcc r0.2.2

14 Jul 08:14
Compare
Choose a tag to compare
  • Added optimizer pass to CFF writer.
  • Fixed incorrect value when writing CFF dict data.