~silnrsi/smith/+git/fonttools-master:remove-gvar-zero-workaround

Last commit made on 2020-02-21
Get this branch:
git clone -b remove-gvar-zero-workaround https://git.launchpad.net/~silnrsi/smith/+git/fonttools-master

Branch merges

Branch information

Name:
remove-gvar-zero-workaround
Repository:
lp:~silnrsi/smith/+git/fonttools-master

Recent commits

648dc2a... by Jens Kutilek <email address hidden>

Merge branch 'master' into remove-gvar-zero-workaround

* master: (70 commits)
  Bump version: 4.4.0 → 4.4.1.dev0
  Release 4.4.0
  Update changelog [skip ci]
  fontBuilder: allow to build v1 from setupCPAL method
  colorLib_test: add tests for buildCPAL v1
  colorLib: allow to build CPAL version=1
  [CPAL] the absence of a color palette label nameID is 0xFFFF, not 0
  colorLib: add type annotations
  add tests for buildCORL and buildCPAL
  fontBuilder: add setupCOLR and setupCPAL methods
  colorLib: add buildCOLR and buildCPAL
  ufoLib: don't crash if UFO2 has openTypeHheaCaretOffset=0.0
  _g_l_y_f_test: add tests for Glyph.getCoordinates and GlyphComponent.to/fromXML
  [glyf] if comp uses anchors compute firstPt-secondPt offset after applying transform
  Update NEWS.rst
  merger: Convert input checking asserts into proper exceptions
  featureVars: Use new exceptions
  cff: Use new exceptions
  models: Use new exceptions where input is checked
  init: Convert input checking asserts into proper exceptions
  ...

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

Bump version: 4.4.0 → 4.4.1.dev0

996f2ac... by Cosimo Lupo <email address hidden>

Release 4.4.0

76d125b... by Cosimo Lupo <email address hidden>

Update changelog [skip ci]

909be35... by Cosimo Lupo <email address hidden>

Merge pull request #1826 from anthrotype/colorLib

colorLib: add buildCOLR and buildCPAL

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

fontBuilder: allow to build v1 from setupCPAL method

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

colorLib_test: add tests for buildCPAL v1

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

colorLib: allow to build CPAL version=1

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

[CPAL] the absence of a color palette label nameID is 0xFFFF, not 0

7a2f68a... by Cosimo Lupo <email address hidden>

colorLib: add type annotations