7949 Commits

Author SHA1 Message Date
Chris Simpkins
a2c694d0c5
[Doc] add misc.cliTools documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
60e85d2dd5
[Doc] updated misc module documentation TOC 2020-04-19 14:29:18 -04:00
Chris Simpkins
ad79c6e8ad
[Doc] modify feaLib documentation path 2020-04-19 14:29:18 -04:00
Chris Simpkins
b014e52cf8
[Doc] add feaLib.ast documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
d67c59539b
[Doc] add feaLib.builder documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
4500339fa5
[Doc] add feaLib.error documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
78772d2eb8
[Doc] add feaLib.lexer documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
ccaa01062f
[Doc] add feaLib.parser documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
5100962383
[Doc] modify feaLib documentation path 2020-04-19 14:29:18 -04:00
Chris Simpkins
a966f74fba
[Doc] add encodings.codecs documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
100887d489
[Doc] add encodings.macRoman documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
71e0e49452
[Doc] add encodings.StandardEncoding documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
c59589e86e
[Doc] modify encodings documentation path 2020-04-19 14:29:18 -04:00
Chris Simpkins
ae0dd5869a
[Doc] update documentation home with new cffLib path 2020-04-19 14:29:18 -04:00
Chris Simpkins
3e485584da
[Doc] add cffLib.width documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
c825188007
[Doc] add cffLib.specializer documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
95f5f9bfa2
[Doc] refactor cffLib module documentation path 2020-04-19 14:29:18 -04:00
Chris Simpkins
eeefd529f6
[Doc] update ttLib TOC with new doc files 2020-04-19 14:29:18 -04:00
Chris Simpkins
9d8904a8f4
[Doc] add ttLib.ttCollection documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
d6baf0bfdd
[Doc] add ttLib.standardGlyphOrder documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
b4b99dbd3a
[Doc] add ttLib.ttFont documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
aa5b57277a
[Doc] added CC BY-SA 4.0 license to documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
19c4b79664
[Doc] conf.py - do not display version number 2020-04-19 14:29:18 -04:00
Chris Simpkins
772eae9727
[Doc] conf.py - convert to RTD default theme for local builds 2020-04-19 14:29:18 -04:00
Chris Simpkins
25249b7dcb
[Doc] conf.py - update fontTools version 2020-04-19 14:29:18 -04:00
Chris Simpkins
7de4e9409a
[Doc] conf.py - add napoleon docstring parser extension support 2020-04-19 14:29:18 -04:00
Chris Simpkins
56ac60e761
[Doc] blacken conf.py 2020-04-19 14:29:18 -04:00
Cosimo Lupo
dfd2ffe751
Bump version: 4.8.1 → 4.8.2.dev0 2020-04-17 18:05:07 +01:00
Cosimo Lupo
6b14e3b223
Release 4.8.1 2020-04-17 18:05:06 +01:00
Cosimo Lupo
df6e623a64
Update changelog [skip ci] 2020-04-17 18:04:56 +01:00
Cosimo Lupo
7a253064e7
Merge pull request #1878 from anthrotype/fix-chain-context-aalt
[feaLib] Fix AttributeError: 'NoneType' object has no attribute 'getAlternateGlyphs'
2020-04-17 17:58:42 +01:00
Cosimo Lupo
5777c2e057
feaLib.builder: skip getAlternateGlyphs if lookup is None in ChainContextSubstBuilder
Fixes https://github.com/googlefonts/fontmake/issues/648
2020-04-17 17:22:45 +01:00
Cosimo Lupo
f6cbc45a6a
add test files triggering the AttributeError: 'NoneType' object has no attribute 'getAlternateGlyphs'
https://github.com/googlefonts/fontmake/issues/648
2020-04-17 17:12:00 +01:00
Cosimo Lupo
a6e050ab09
Bump version: 4.8.0 → 4.8.1.dev0 2020-04-16 17:43:56 +01:00
Cosimo Lupo
206f569d48
Release 4.8.0 2020-04-16 17:43:55 +01:00
Cosimo Lupo
1075a3d152
Update changelog [skip ci] 2020-04-16 17:42:09 +01:00
Cosimo Lupo
17bff73866
Merge pull request #1822 from fonttools/otdata-colr
Define COLR using otData; add builders for COLRv1
2020-04-16 17:28:44 +01:00
Cosimo Lupo
936eb873a1
Update changelog [skip ci] 2020-04-16 16:33:56 +01:00
Cosimo Lupo
1cbb28acd8
Merge pull request #1870 from anthrotype/fealib-parser-no-glyphnames
feaLib: without glyphNames, warn but don't parse hyphens as ranges
2020-04-16 16:16:29 +01:00
Cosimo Lupo
1c41e7d885
Merge pull request #1875 from ichisadashioko/fix-lxml-link-in-readme
Fix broken lxml reference link
2020-04-16 16:11:28 +01:00
Tom
c70395fbdb
[feaLib] Raise exception when GSUB statement doesn't match a rule. (#1876)
* [feaLib] Raise exception when substitute statement doesnt match any of the rules. Add tests that trigger said exception.
2020-04-16 16:10:03 +01:00
Ichisada Shioko
5b8ad2e375 📝 fix lxml reference link 2020-04-11 19:07:29 +07:00
Zachary Quinn Scheuren
6578b7c8a0
Merge pull request #1873 from fonttools/otf2ttf-fix
In otf2ttf conversion update LSB in hmtx to match xMin
2020-04-06 15:50:58 -07:00
Zachary Scheuren
c88be61b1f In otf2ttf conversion update LSB in hmtx to match xMin 2020-04-06 09:46:20 -07:00
Cosimo Lupo
efd54dca61
fix typo
Thanks dscorbett
7cc4c7eb46 (commitcomment-38317945)
2020-04-06 16:51:20 +01:00
Cosimo Lupo
7cc4c7eb46
cu2qu: clarify DEFAULT_MAX_ERR is relative to EM, Cu2QuPen.max_err is absolute 2020-04-06 13:12:37 +01:00
Cosimo Lupo
6843ae805e
Merge pull request #1872 from dscorbett/feaLib-parser-round-trip
[feaLib] Fix round-tripping between feature file syntax and AST
2020-04-06 11:26:18 +01:00
David Corbett
c97956672e [feaLib] Emit CID ranges with CIDs not glyph names 2020-04-03 19:40:22 -04:00
David Corbett
ec4273bbfd [feaLib] Emit spaces around hyphens in ranges 2020-04-03 17:36:34 -04:00
Cosimo Lupo
40dcd1ebaa
minor: remove unnecessary f'' string 2020-04-03 21:19:01 +01:00