This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
Releases: caryll/otfcc
Releases · caryll/otfcc
Public Beta: otfcc v0.4.1
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
###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
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
Notable changes
- Fixed a bug when parsing
gasp
table. - Released the limit of internal coordinates.
Public Beta: otfcc version 0.3.2
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
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
- 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
- Supported
VORG
table andLTSH
table. - Added option
--verbose
. - Corrected
hhea
/hmtx
for CFF fonts.
otfcc r0.2.3
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
- Added optimizer pass to CFF writer.
- Fixed incorrect value when writing CFF dict data.