- 09 2月, 2019 1 次提交
-
-
由 Michiharu Ariza 提交于
-
- 05 2月, 2019 1 次提交
-
-
由 Michiharu Ariza 提交于
-
- 02 2月, 2019 2 次提交
-
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
and CFF retain-gids fixes
-
- 30 1月, 2019 2 次提交
-
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
- 31 12月, 2018 2 次提交
-
-
由 cclauss 提交于
Catch missing imports and errors like #1520 and #1521 __E901,E999,F821,F822,F823__ are the "_showstopper_" [flake8](http://flake8.pycqa.org) issues that can halt the runtime with a SyntaxError, NameError, etc. Most other flake8 issues are merely "style violations" -- useful for readability but they do not effect runtime safety. * F821: undefined name `name` * F822: undefined name `name` in `__all__` * F823: local variable name referenced before assignment * E901: SyntaxError or IndentationError * E999: SyntaxError -- failed to compile a file into an Abstract Syntax Tree
-
由 Behdad Esfahbod 提交于
[skip ci]
-
- 30 12月, 2018 1 次提交
-
-
由 cclauss 提交于
-
- 05 11月, 2018 1 次提交
-
-
由 Michiharu Ariza 提交于
modified subset_test_suite.py to apply desubroutinize profiles to CFF only (not to TT)
-
- 09 10月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 21 9月, 2018 1 次提交
-
-
由 Michiharu Ariza 提交于
Currently hb-subset always desubroutinizes CFF fonts. Note that even with this option fonttools won't generate the expected subset CFF fonts. They were manually created & tweaked to match hb-subset output.
-
- 20 9月, 2018 1 次提交
-
-
由 Michiharu Ariza 提交于
Disabled FDSelect serialization to format 0 for compatibility with fonttools
-
- 19 9月, 2018 1 次提交
-
-
由 Michiharu Ariza 提交于
derived "expected" subset fonts from fonttools then manually tweaked further so they resemble hb-subset output
-
- 25 6月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 05 5月, 2018 2 次提交
-
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
- 01 5月, 2018 1 次提交
-
-
由 violet-sippial 提交于
Suppress progress messages of ttx. This avoids comparing this output to the reference file which lets the test fail.
-
- 20 4月, 2018 1 次提交
-
-
由 Garret Rieger 提交于
-
- 29 3月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 13 3月, 2018 1 次提交
-
-
由 Chun-wei Fan 提交于
For the API tests, output the test programs at $(TOP_BUILDDIR) so that the freshly-built DLLs will be available for the test programs. For those that are run through the Python wrapper scripts, use ${PYTHON_EXECUTABLE} instead of plain 'python' in case the Python interpreter is not in the PATH.
-
- 09 3月, 2018 5 次提交
-
-
由 Ebrahim Byagowi 提交于
Fixes #873
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
- 01 3月, 2018 1 次提交
-
-
由 Garret Rieger 提交于
-
- 28 2月, 2018 6 次提交
-
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
- 24 2月, 2018 4 次提交
-
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
[subset] Fix checksum clearning in subset test diff. Add an updated expected file (has cmap4 restored).
-
由 Garret Rieger 提交于
-
- 15 2月, 2018 2 次提交
-
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
- 12 2月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
I broke this in c31fcf4c
-