summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAge
* Set unicode values of generated glyphs earlier.James Godfrey-Kittle2015-04-30
| | | | This is necessary for correctly adding anchors in the immediately following code.
* Fix bug causing inaccurate anchor coordinates.James Godfrey-Kittle2015-04-30
| | | | I introduced this bug in aa285dc861fb8a5b5083e1de3bb00ea1ef658cb1 while adapting updated scripts from Paratype.
* Add tests for vertical metrics of individual glyphs.Roozbeh Pournader2015-04-29
| | | | | | | The new tests check that every glyph fits in the [yMin, yMax] range. Also switch run_general_tests.py to test the hinted fonts instead of the unhinted fonts.
* Make the output of render.sh a little smaller.Roozbeh Pournader2015-04-29
|
* Stop creating script-specific subsets for Google Fonts.Roozbeh Pournader2015-04-29
|
* Merge pull request #9 from google/anchor-fixJames Godfrey-Kittle2015-04-27
|\ | | | | Fix for dropped anchors
| * More descriptive variable names in kerning.py.James Godfrey-Kittle2015-04-27
| |
| * Clean up kern feature generation a bit.James Godfrey-Kittle2015-04-22
| |
| * Clean up anchor addition code, include comments.James Godfrey-Kittle2015-04-22
| |
| * Rename anchor resources to .json.James Godfrey-Kittle2015-04-22
| |
| * Make glyph anchor info prettier.James Godfrey-Kittle2015-04-22
| |
| * Don't check for invalid mark lookups.James Godfrey-Kittle2015-04-20
| | | | | | | | With anchors fixed, we shouldn't need this check. Rollback of 55519e636b119dcdd91319364c572d3550050a43.
| * Re-add dropped anchors to glyphs during build.James Godfrey-Kittle2015-04-20
| | | | | | | | This is a temporary workaround until VFB to UFO conversion is fixed.
| * Break up kerning subtable by actual rule counts.James Godfrey-Kittle2015-04-20
| | | | | | | | This should avoid segmentation faults from makeotf even as we add more kerning rules. Necessary for the upcoming missing-anchor fix.
* | Manually merge pull request #28 from google/smcp.Roozbeh Pournader2015-04-27
|\ \ | | | | | | | | | Add tests and requirements for the 'smcp' feature.
| * | Fix typo in variable name.Roozbeh Pournader2015-04-27
| | |
| * | Add tests and requirements for the 'smcp' feature.Roozbeh Pournader2015-04-27
| | |
* | | Merge pull request #27 from google/st-ligaturesRoozbeh Pournader2015-04-27
|\| | | | | | | | | | | Add tests for s-t and longs-t discretionary ligatures.
| * | Add tests for s-t and longs-t discretionary ligatures.Roozbeh Pournader2015-04-26
| | |
| * | Test 'numr' and superscript digits to have the same width.Roozbeh Pournader2015-04-25
| | |
| * | Add parameters to layout.py to pass down to HarfBuzz.Roozbeh Pournader2015-04-25
| | |
* | | Merge pull request #19 from google/soft-dottedRoozbeh Pournader2015-04-27
|\| | | | | | | | Add test for soft-dotted characters.
| * | Refactor some common code in layout.py.Roozbeh Pournader2015-04-24
| | | | | | | | | | | | No functionality change.
| * | Rename get_shapes to get_glyphs in layout.py.Roozbeh Pournader2015-04-24
| | |
| * | Look at actual shapes instead of advances.Roozbeh Pournader2015-04-24
| | | | | | | | | | | | | | | The previous code was mistakenly looking at advances of glyphs, instead of the glyphs themselves.
| * | Add test for soft-dotted characters.Roozbeh Pournader2015-04-24
| | | | | | | | | | | | | | | | | | | | | The test is added to run_exhaustive_tests.py, and checks all combinations of soft-dotted characters with combining marks above. It's disabled for now, since the fonts fail it.
* | | Minor: Change ${BASH_SOURCE[0]} to $0 in render.sh.Roozbeh Pournader2015-04-24
| | |
* | | Make render.sh runnable from any directory.Roozbeh Pournader2015-04-24
|/ /
* / Modify render.sh to display text in all font instances.Roozbeh Pournader2015-04-22
|/ | | | The input is also now read from a text file.
* Clean up Makefile and build-v2.py path references.Roozbeh Pournader2015-04-17
|
* More style fixes for build-v2.py.Roozbeh Pournader2015-04-17
| | | | Based on https://google-styleguide.googlecode.com/svn/trunk/pyguide.html.
* Convert DOS line ending to Unix line endings.Roozbeh Pournader2015-04-17
|
* Minor style fixes to build-v2.py.Roozbeh Pournader2015-04-17
|
* Remove no-longer-relevant touchup_for_glass.py.Roozbeh Pournader2015-04-17
|
* Fix module description of roboto_data.py.Roozbeh Pournader2015-04-17
|
* Remove unused import from common_tests.py.Roozbeh Pournader2015-04-17
|
* Exit after failing to generate OTF.James Godfrey-Kittle2015-04-17
| | | | Part of #3
* Minor style modification in fontbuild/Build.py.Roozbeh Pournader2015-04-17
|
* Don't try generating TTF if OTF generation fails.James Godfrey-Kittle2015-04-17
| | | | Closes #3
* Fix converage tests to ignore Unicode 8.0 characters.Roozbeh Pournader2015-04-16
|
* Clear base font's kerning when interpolating.James Godfrey-Kittle2015-04-16
| | | | This matches the behavior of the old toolchain. The result should only contain kern rules for pairs present in both masters.
* Change default arg value for type consistency.James Godfrey-Kittle2015-04-16
|
* Remove debugging code.James Godfrey-Kittle2015-04-16
|
* Generate kern feature ourselves.James Godfrey-Kittle2015-04-16
|
* Respond to comments on rc2d741006986.James Godfrey-Kittle2015-04-16
|
* Move v2 output from out/v2/ to out/.James Godfrey-Kittle2015-04-16
| | | | Rollback changes from ra92a8e3146bd.
* Remove unused createFEA flag.James Godfrey-Kittle2015-04-16
| | | | OTF syntax files are created automatically with UFOs. So this doesn't make sense as a separate option.
* Remove freetype-py from repo, refer to GitHub.James Godfrey-Kittle2015-04-16
|
* Add license files and headers.James Godfrey-Kittle2015-04-16
|
* Remove booleanOperations from repo.James Godfrey-Kittle2015-04-16
| | | | This was included mostly because it's not convenient to install (no setup.py). But that can be fixed upstream.