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

Last commit made on 2023-08-22
Get this branch:
git clone -b varcToCOLR https://git.launchpad.net/~silnrsi/smith/+git/fonttools-master

Branch merges

Branch information

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

Recent commits

5b4cfae... by BehdadEsfahbod

[varcToCOLR] Add two versions of AxisList

One 8-bit, one 16-bit.

2ef6f8f... by BehdadEsfahbod

[varcToCOLR] Allow scale > 2

8b1d53f... by BehdadEsfahbod

Add PaintLocation

de07344... by BehdadEsfahbod

[varcToCOLR] Start

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

Merge pull request #3253 from fonttools/name-warning

[ttLib] Fix warning when calling addMultilingualName() with "ar" name

ae31d05... by Khaled Hosny <email address hidden>

[ttLib] Fix warning when calling addMultilingualName() with "ar" name

I get warning from _makeMacName() because it does not have a TTFont, but
the font is there, just not passed from addMultilingualName() ->
findMultilingualName() -> _makeMacName().

57fb47d... by Simon Cozens

Allow for merging of NULL anchors (#3248)

* A failing test for #3247

* Fix up NULL entry/exit records on merge, fixes #3247

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

Merge pull request #3241 from fonttools/better-packer

[otBase/packer] Allow sharing tables reached by different offset sizes

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

C_O_L_R_test: add test for paint pointed to by both 3- and 4-byte offsets

7d6d057... by Just van Rossum

Merge pull request #3240 from fonttools/issue3238

[t1Lib] Fix several Type 1 issues