Behdad Esfahbod
|
4a4f1b89d8
|
[interpolatable] Simplify previous commit
|
2023-11-14 09:40:37 -07:00 |
|
Behdad Esfahbod
|
1e06fd2b1d
|
[varLib.interpolatable] Print user axis values instead of normalized
|
2023-11-14 09:33:28 -07:00 |
|
Behdad Esfahbod
|
64279c3d85
|
[varLib.models] Export piecewiseLinearMap()
|
2023-11-14 09:21:11 -07:00 |
|
Behdad Esfahbod
|
4d640046b2
|
[svgPathPen] Accept float axis locations
|
2023-11-14 09:10:09 -07:00 |
|
Behdad Esfahbod
|
478e009a4e
|
[interpolatable] Change --verbose to INFO
|
2023-11-14 08:47:27 -07:00 |
|
Behdad Esfahbod
|
fd4c0cef26
|
[interpolatable] Add --verbose
Mostly to return how many masters it's working on,
as per request by Marianna.
|
2023-11-14 08:46:32 -07:00 |
|
Cosimo Lupo
|
3d6a55d536
|
Bump version: 4.44.1 → 4.44.2.dev0
|
2023-11-14 12:32:37 +00:00 |
|
Cosimo Lupo
|
90649fced9
|
Release 4.44.1
|
2023-11-14 12:32:35 +00:00 |
|
Simon Cozens
|
4c60c5f3ba
|
Clone variable mark anchor before building (#3330)
* Copy mark anchor before OTifying
* Add test for variable mark anchor
|
2023-11-13 16:43:55 +00:00 |
|
Khaled Hosny
|
28735a6d0a
|
[subset] Add --prune-codepage-ranges
|
2023-11-11 01:54:00 +02:00 |
|
Khaled Hosny
|
be8ec35934
|
[OS/2] Add recalcCodePageRanges
Ported from the ufo2ft code (which is port from FontForge code), with
some additional functions for parity with recalcUnicodeRanges.
|
2023-11-11 01:54:00 +02:00 |
|
Cosimo Lupo
|
86521547f8
|
Bump version: 4.44.0 → 4.44.1.dev0
|
2023-11-03 11:08:40 +00:00 |
|
Cosimo Lupo
|
4c647091a7
|
Release 4.44.0
|
2023-11-03 11:08:39 +00:00 |
|
Cosimo Lupo
|
53e71f9eb7
|
Merge pull request #3309 from fonttools/pyup-scheduled-update-2023-10-23
Scheduled weekly dependency update for week 43
|
2023-11-03 10:33:00 +00:00 |
|
Cosimo Lupo
|
335a1e56ec
|
re-run black v23.10 on all .py files
|
2023-11-03 10:25:15 +00:00 |
|
Cosimo Lupo
|
74da89beeb
|
Merge pull request #3317 from fonttools/instantiate-avgcharwidth
Recalc avgcharwidth after instancing
|
2023-11-03 10:12:07 +00:00 |
|
Cosimo Lupo
|
9a46f9d3ab
|
Merge pull request #3324 from fonttools/otllib-sort-classes
[otlLib] make ClassDefBuilder class order match varLib.merger's
|
2023-11-02 16:47:06 +00:00 |
|
Cosimo Lupo
|
2c07619344
|
[otlLib] make ClassDefBuilder class order match varLib.mergers
see https://github.com/fonttools/fonttools/blob/c3d876/Lib/fontTools/misc/classifyTools.py#L77
i.e. we want (large classes first, then lexicographic order on the glyphs); previously otlLib was sorting by the _reverse_ of (small classes first, then glyphs lexicographic order) -- effectively comparing the reverse of the glyph sets of classes of the same size.
Fixes https://github.com/fonttools/fonttools/issues/3321
note the ttx dump of previously built fonts may change but there won't be any functional changes.
|
2023-11-02 16:36:48 +00:00 |
|
Behdad Esfahbod
|
ae69e9e8be
|
[instancer] Allow relaxed limits syntax (#3323)
* [instancer] Allow relaxed limits syntax
Fixes https://github.com/fonttools/fonttools/issues/3322
Co-authored-by: Cosimo Lupo <clupo@google.com>
|
2023-11-02 10:22:23 -06:00 |
|
Behdad Esfahbod
|
2d9b80acd1
|
[instancer] Remove unused import
|
2023-11-01 15:11:56 -06:00 |
|
Behdad Esfahbod
|
c3d8768346
|
[interpolatable] Oops, fix tests
|
2023-10-31 09:00:00 -06:00 |
|
Behdad Esfahbod
|
99da7bf722
|
[interpolatable] Write out problems as they are discovered
Instead of writing them all at the end...
|
2023-10-31 08:54:33 -06:00 |
|
Behdad Esfahbod
|
cd31f0ce7b
|
[interpolatable] Add test_gen that returns a generator
|
2023-10-31 08:45:08 -06:00 |
|
Behdad Esfahbod
|
6f867e9c6a
|
[interpolatable] Use defaultdict instead of OrderedDict
Such that missing entries return [] instead of KeyError.
|
2023-10-31 08:41:28 -06:00 |
|
Simon Cozens
|
49570c3599
|
[instancer] Check if an axis has values before requiring it to be found (#3319)
* Check if an axis has values before requiring it to be found
* Add test
|
2023-10-31 08:21:34 +00:00 |
|
Simon Cozens
|
3573cd906b
|
Recalc avgcharwidth after instancing
|
2023-10-30 10:11:31 +00:00 |
|
Qunxin Liu
|
38345e8a19
|
fix indentation
|
2023-10-27 11:00:38 -07:00 |
|
Qunxin Liu
|
62fcec4838
|
[subset] fix another null-offset error in MarkLigPos
|
2023-10-27 10:51:11 -07:00 |
|
Cosimo Lupo
|
92cbfee0d0
|
[Debg] in toXML, dump the JSON as multi-line string with indentation
the table is for debugging, so let's make it easier for human-beings to read its content when dumped to TTX
|
2023-10-26 14:56:29 +01:00 |
|
Khaled Hosny
|
48da520472
|
Fix SyntaxWarning in Python 3.12
Fixes https://github.com/fonttools/fonttools/issues/3311
|
2023-10-25 14:34:27 +03:00 |
|
Cosimo Lupo
|
4b73a17e0c
|
[cff.specializer] Fix SyntaxWarning: invalid escape sequence
Fixes #3322
|
2023-10-25 10:33:31 +01:00 |
|
Behdad Esfahbod
|
5cd2b1cc50
|
[varStore] Document sorting
|
2023-10-24 12:47:58 -06:00 |
|
Behdad Esfahbod
|
13f8fff548
|
Merge pull request #3310 from fonttools/varStore-overflow
[varStore] Handle >65535 items per encoding
|
2023-10-24 11:59:39 -06:00 |
|
Behdad Esfahbod
|
0a6b95af1e
|
[varLib.varStore] Revert micro-optimizations
Based on review.
|
2023-10-24 11:50:47 -06:00 |
|
Behdad Esfahbod
|
ec9986d3b8
|
[subset] black
Oops.
|
2023-10-23 21:57:11 -06:00 |
|
Behdad Esfahbod
|
1d0f3c27fc
|
[subset] Handle a null-offset error in MarkLigPos
As reported by @rsheeter.
|
2023-10-23 21:39:28 -06:00 |
|
Behdad Esfahbod
|
bf402b9fde
|
[varStore] Micro-optimize addItem()
|
2023-10-23 15:28:14 -06:00 |
|
Behdad Esfahbod
|
9e36b9465d
|
[varStore] Micro-optimize storeDeltas()
Also speed up the test slightly by skipping rounding.
|
2023-10-23 15:18:11 -06:00 |
|
Behdad Esfahbod
|
c7ce5b0f3c
|
[varStore] Handle >65535 items per encoding
By creating a new major for each 65535.
|
2023-10-23 14:43:10 -06:00 |
|
Behdad Esfahbod
|
6e1f55b0c8
|
[varLib.interpolatable] black
Oops.
|
2023-10-20 16:43:24 -06:00 |
|
Behdad Esfahbod
|
77dea10e5f
|
[varLib.interpolatable] Speed up _rot_list()
|
2023-10-20 16:03:40 -06:00 |
|
Behdad Esfahbod
|
c7e3348904
|
[statisticsPen] Micro-optimize
|
2023-10-19 12:20:51 -06:00 |
|
Behdad Esfahbod
|
5686bcb342
|
[roundTools] Add missing export
|
2023-10-19 12:01:40 -06:00 |
|
Cosimo Lupo
|
4e26c34559
|
Merge pull request #3305 from fonttools/subset-dftl-cjk-features
[subset] keep East Asian spacing vhal, halt, chws, vchw by default
|
2023-10-19 17:43:11 +01:00 |
|
Behdad Esfahbod
|
9ae5918806
|
[varLib.interpolatable] Help improvement
|
2023-10-19 09:49:30 -06:00 |
|
Cosimo Lupo
|
5d6e1c750c
|
[subset] keep East Asian spacing vhal, halt, chws, vchw by default
https://github.com/harfbuzz/harfbuzz/issues/4451
|
2023-10-19 10:46:47 +01:00 |
|
Cosimo Lupo
|
6d531fed44
|
Merge pull request #3304 from fonttools/solver-fix
[instancer.solver] Fix case where axisDef < lower and upper < axisMax
|
2023-10-19 10:36:56 +01:00 |
|
Behdad Esfahbod
|
31c531dd04
|
[subset] Fix extension of subset font (again)
Fixes https://github.com/fonttools/fonttools/issues/1298#issuecomment-1768849326
|
2023-10-18 10:11:51 -06:00 |
|
Behdad Esfahbod
|
1d0a180b9d
|
[varLib.interpolatable] One other micro-optimization
Residual from 4714c37028f462b29159ef7f7186e51ef68c20e1
|
2023-10-16 17:53:15 -06:00 |
|
Behdad Esfahbod
|
872ae47536
|
[varLib.interpolatable] Fix subclass base
|
2023-10-16 17:00:43 -06:00 |
|