Caleb Maclennan
7e3c4acfde
Use 0 not False to disable checkChecksums as documented and used
...
While False does get the job done, the value is not always treated as
a boolean. It is overloaded so that 1 or greater is True, but more than
1 has a different meaning than 1. Hence usage should always be as an
integer as documented so that it's clear(er) this isn't just an on/off
toggle.
2020-09-10 16:41:30 +03:00
Caleb Maclennan
dbeef036b2
Add ctags generated artifact to Git ignore list
2020-09-10 16:34:46 +03:00
pyup.io bot
a5af2de247
Scheduled weekly dependency update for week 36 ( #2056 )
...
* Update reportlab from 3.5.47 to 3.5.49
* Update brotli from 1.0.7 to 1.0.9
2020-09-10 15:24:42 +02:00
Simon Cozens
02c305c2fc
Serialize JSON object before writing to XML
2020-09-10 13:22:33 +01:00
Simon Cozens
87c65acd3a
JSON ends up stringifying number keys, so do that now in case we’re round-tripping without writing the file out.
2020-09-10 08:29:41 +01:00
Simon Cozens
4e70b30eb0
Ensure LookupCount is processed
2020-09-10 08:29:15 +01:00
Simon Cozens
70b514270e
Add debug tests
2020-09-10 08:29:04 +01:00
Simon Cozens
8869e0dec7
Add debug flag to feaLib command line utility
2020-09-09 20:18:03 +01:00
Simon Cozens
b680eaf782
Add debug arg to addOpenTypeFeatures
2020-09-09 20:15:50 +01:00
Simon Cozens
98803b7bf8
Reformat, tidy from review comments
2020-09-09 19:56:55 +01:00
Simon Cozens
41c1dcce1c
Tidy up as per review
2020-09-09 19:56:44 +01:00
Simon Cozens
4cddc38263
Use a named tuple, tidy ttx dump code
2020-09-09 19:56:05 +01:00
Simon Cozens
68cbcd10cd
Merge pull request #2027 from simoncozens/mtilib-docs
...
Document mtiLib library
2020-09-09 15:55:23 +01:00
Simon Cozens
7ca00727a9
Merge pull request #2054 from simoncozens/more-interpolatable-tests
...
[varLib] Test for interpolatability of paths
2020-09-09 15:55:05 +01:00
Simon Cozens
a2e3e9dce2
Apply suggestions from code review
...
Co-authored-by: Cosimo Lupo <cosimo@anthrotype.com>
2020-09-09 15:28:20 +01:00
Just van Rossum
9064e53c7a
Add registry for custom table packer/unpacker classes ( #2055 )
...
* Add custom table packer/unpacker registry
* fix documentation for getTableClass(): it will never return None
* add unregisterCustomTableClass(), mostly for testing
2020-09-09 11:35:06 +02:00
Simon Cozens
1d366fa345
Address feedback
2020-09-03 14:12:49 +01:00
Simon Cozens
bc9c7b6b14
[varLib] Test for interpolatability of paths
...
* Checks node count of each path
* Checks operation type of each path node
2020-09-03 11:24:58 +01:00
Simon Cozens
b548c5f2e1
Namespace debug output.
2020-08-25 20:22:54 +01:00
Simon Cozens
e2433bd22a
Make Debg table optional
2020-08-25 20:22:16 +01:00
Simon Cozens
50e1105604
Parse Debg info in LookupList
2020-08-25 20:19:31 +01:00
Simon Cozens
2e112a464a
Dump feature locations into Debg
2020-08-25 20:19:26 +01:00
Simon Cozens
aebb2e511c
The long-threatened Debg table!
2020-08-25 14:06:14 +01:00
Cosimo Lupo
a41005077d
Bump version: 4.14.0 → 4.14.1.dev0
2020-08-19 11:10:01 +01:00
Cosimo Lupo
ae20a4d777
Release 4.14.0
2020-08-19 11:10:00 +01:00
Cosimo Lupo
fc5fd44a4f
Update changelog [skip ci]
2020-08-19 11:09:48 +01:00
Cosimo Lupo
1dde574266
Fix urls in README.rst
2020-08-19 10:55:33 +01:00
Cosimo Lupo
5893f11139
Merge pull request #2047 from fonttools/pyup-scheduled-update-2020-08-17
...
Scheduled weekly dependency update for week 33
2020-08-19 10:52:51 +01:00
pyup-bot
735ac43898
Update scipy from 1.5.1 to 1.5.2
2020-08-17 16:45:05 +01:00
pyup-bot
7a4a88ad2d
Update reportlab from 3.5.44 to 3.5.47
2020-08-17 16:45:04 +01:00
pyup-bot
b18f8211ad
Update sphinx from 3.1.2 to 3.2.1
2020-08-17 16:45:03 +01:00
Khaled Hosny
fe2c31b6f4
Merge pull request #2037 from khaledhosny/fealib-lookupflag-anonclass
...
[feaLib] Allow anonymous glyphclass in LookupFlags
2020-08-17 17:15:52 +02:00
Cosimo Lupo
3be7c05024
Merge pull request #2041 from ctrlcctrlv/patch-1
...
Better document rule processing order
2020-08-17 15:38:14 +01:00
Fredrick Brennan
6af1f01289
Update readme.rst
2020-08-15 16:21:16 -07:00
Just van Rossum
bec19252c5
[ttLib] Fix for #2044 : fix maxp.maxComponentDepth calculation ( #2045 )
...
Fix for #2044 : don't overwrite the initial maxComponentDepth variable, as this will give the wrong value when there are multiple nested components.
2020-08-14 20:13:01 +02:00
Cosimo Lupo
ec46210217
Merge pull request #2043 from juandelperal/patch-1
...
typo
2020-08-13 15:29:05 +01:00
Juan del Peral
502e43a4f1
typo
2020-08-13 16:02:48 +02:00
Fredrick Brennan
66a40e039d
Better document rule processing order
...
Close #2040
2020-08-12 09:33:41 -07:00
Cosimo Lupo
81d0042a9e
varLib.models: fix argument name in main()
2020-08-12 09:41:46 +01:00
justvanrossum
c785c0ea9b
fixed typo
2020-08-08 19:59:10 +02:00
Khaled Hosny
7db9ba6ef6
[feaLib] Allow anonymous glyphclass in LookupFlags
...
Almost everywhere else when a glyph class name is accepted, anonymous
glyph classes are also accepted. This is rather inconsistent and
inconvenient.
2020-08-07 19:57:31 +02:00
Cosimo Lupo
d8eb064a26
Merge pull request #2035 from jkseppan/subset-no-py23
...
Remove import of py23 fron subset/__init__.py
2020-08-03 08:27:23 +01:00
Jouni Seppänen
93a5cbd118
Remove import of py23 fron subset/__init__.py
...
This import is causing an unsightly DeprecationWarning.
I checked manually: the only names being used from py23 are
open, range and zip, which are defined to be the same as the
corresponding Python 3 builtins, so this should cause no
visible change except for suppressing the warning.
2020-08-02 08:04:19 +03:00
Cosimo Lupo
e63ecc5b5e
subset: FeatureVariations may None in GSUB 1.1
...
Fixes https://github.com/fonttools/fonttools/issues/2023
2020-07-27 16:53:15 +01:00
Cosimo Lupo
3ad201cbe5
Snippets/decompose-ttf: remove overlaps with skia-pathops
2020-07-23 11:19:45 +02:00
Cosimo Lupo
290ee78e3d
Merge pull request #2030 from justvanrossum/snippet-decompose-ttf
...
[Snippets] add snippet that shows how to decompose glyphs in a TTF
2020-07-23 10:25:40 +02:00
justvanrossum
39301b235a
whitespace
2020-07-23 07:12:34 +02:00
justvanrossum
2bc53e75ad
add hashbang and comment; add +x mode
2020-07-23 07:11:11 +02:00
justvanrossum
a95aace05e
add snippet that shows how to decompose glyphs in a TTF
2020-07-23 07:07:01 +02:00
Simon Cozens
d6ba64fcb6
Merge pull request #2026 from simoncozens/named-tuple-contextuals
...
Use namedtuple to represent contextual rules
2020-07-22 15:35:59 +01:00