~silnrsi/smith/+git/fonttools-master:novar_colrv1

Last commit made on 2021-02-03
Get this branch:
git clone -b novar_colrv1 https://git.launchpad.net/~silnrsi/smith/+git/fonttools-master

Branch merges

Branch information

Name:
novar_colrv1
Repository:
lp:~silnrsi/smith/+git/fonttools-master

Recent commits

41942e9... by rsheeter <email address hidden>

Raw types ftw

ac55fbf... by Cosimo Lupo <email address hidden>

otData: fix name of converters Int16->int16, UInt16->uint16

converter names are case-sensitive, and otCoverters.py defines lowercase names for fixed width integer types

e19912b... by rsheeter <email address hidden>

Remove variations from COLR so I can sanity check filesize impact. If confirmed, will need to propose a mechanism by which using variation fields becomes optional.

728258d... by Cosimo Lupo <email address hidden>

Merge pull request #2166 from fonttools/fb-colr-glyphMap

fontBuilder: pass glyphMap to buildCOLR to sort base records by GID

8343468... by Cosimo Lupo <email address hidden>

fontBuilder: pass through version and varStore parameter to buildCOLR

85c450b... by Cosimo Lupo <email address hidden>

fontBuilder: pass glyphMap to buildCOLR to sort base records by GID

COLR Base glyph records must be sorted by glyph index. The buildCOLR
function has an optional glyphMap parameter that maps from glyph names
to glyph indices (as returned from TTFont.getReversedGlyphMap()).
FontBuilder knows all that so it should pass it on to colorLib.

8612319... by Nikolaus Waxweiler <email address hidden>

Bump version: 4.19.1 → 4.19.2.dev0

b0278cf... by Nikolaus Waxweiler <email address hidden>

Release 4.19.1

c4027c0... by Nikolaus Waxweiler <email address hidden>

Merge pull request #2161 from fonttools/fix-woff2-offcurve-overlap-flag

WOFF2: An off-curve should stay off even with flags

8569a84... by Nikolaus Waxweiler <email address hidden>

Update Tests/ttLib/woff2_test.py

Co-authored-by: Cosimo Lupo <email address hidden>