This website requires JavaScript.
Explore
Help
Register
Sign In
shadowfacts
/
fonttools
Watch
1
Star
0
Fork
0
You've already forked fonttools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fonttools
/
Lib
/
fontTools
/
feaLib
History
Cosimo Lupo
fdab63f0b6
[feaLib.ast] add __str__ to all AST elements
...
which calls the asFea() method, so one can e.g. print(doc.statements[0])
2017-11-16 15:40:52 +00:00
..
__init__.py
Add lexer for OpenType feature files
2015-08-10 11:17:52 +02:00
__main__.py
[feaLib] add __main__.py so one can call
fonttools feaLib
2017-01-13 11:26:26 +00:00
ast.py
[feaLib.ast] add __str__ to all AST elements
2017-11-16 15:40:52 +00:00
builder.py
[feaLib] don't de-duplicate lookups
2017-05-30 11:45:03 +02:00
error.py
[feaLib] Merged LexerError and ParserError
2015-09-07 11:39:09 +02:00
lexer.py
Make "unexpected character" exception ASCII-safe
2017-08-08 13:46:05 +02:00
parser.py
[feaLib.parser] keep supporting (deprecated) glyphMap argument
2017-11-16 14:25:43 +00:00