56 Commits

Author SHA1 Message Date
Behdad Esfahbod
d7ca50a624 Minor 2016-01-14 12:28:32 +00:00
Behdad Esfahbod
5ea2acad56 [otlLib] "Hide" internal function 2016-01-14 12:27:39 +00:00
Sascha Brawer
18297eb591 [otlLib] Move buildAnchor from feaLib to otlLib 2016-01-14 13:08:26 +01:00
Sascha Brawer
bf29ec9555 [otlLib] Move the building of Device tables from feaLib to otlLib 2016-01-14 11:48:17 +01:00
Sascha Brawer
6246c71a07 [feaLib] Port to otlLib builder for supported lookups
Make the output of otlLib.buildLigatureSubst() deterministic.
Before this change, otlLib ligatures were emitted in a non-deterministic
sorting order (depending on what hash value Python would give
to a string tuple).
2016-01-14 10:27:54 +01:00
Behdad Esfahbod
5c34acb94d Add otlLib, which is library to work with OpenType Layout tables
Contains the sketch and start of a stateless GSUB/GPOS/GDEF builder.
Will be used by mtiLib, feaLib, and the future voltLib.  Can also
be used by clients to build these tables with much less pain.
2016-01-13 17:52:30 +00:00