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

Polymorphic OTFCC, v0.10.0 alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@be5invis be5invis released this 01 Dec 08:37
· 43 commits to master since this release

Variable font support (alpha)

OTFCC v0.10.0 alpha gets the dumping support for fvar and gvar tables. Coordinates in glyf table in a variable font would no longer be a number, but an array like this:

[100, {delta: 1, master "m1"}, {delta: 2, master "m2"}]

to represent the delta mechanism in gvar. Note that implicit deltas in gvar would also be explicitized, while an extra implicit:true field would be added into the delta term.

Other modifications

  • CID-keyed CFF fonts would be properly named using the charsets in the CFF table.
  • Added --name-by-gid option in otfccdump.
  • Fixed #53.