summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Use expanded branch of feaTools in instructions.James Godfrey-Kittle2015-04-20
| |
| * Add syntax highlighting, remove TODO in README.James Godfrey-Kittle2015-04-20
| |
| * Add detailed instructions to README.James Godfrey-Kittle2015-04-20
|/ | | | Part of #2
* Add more dependencies and instructions to READMEs.James Godfrey-Kittle2015-04-20
| | | | Part of #1 and #5
* 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
|
* Update the unhinted TTF fonts to the March 31 delivery.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
|
* Add license headers to Makefile.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
|
* Add a README to the hinted directory.Roozbeh Pournader2015-04-16
|
* Rename CONTRIBUTING to CONTRIBUTING.md.Roozbeh Pournader2015-04-16
| | | | To see if github shows it as marked up text.
* Add CONTRIBUTING file for contributor guidance.Roozbeh Pournader2015-04-16
|
* [minor] Make README.md fit in 80 columns.Roozbeh Pournader2015-04-16
|
* Clean up readme for actual markdown rendering.James Godfrey-Kittle2015-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 old build targets and update build scripts.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.
* Use os.path.join to produce output paths.James Godfrey-Kittle2015-04-16
|
* Uncomment useful glyph classes.James Godfrey-Kittle2015-04-16
|
* Update scripts to use external kerning rules.James Godfrey-Kittle2015-04-16
|
* Add external kerning rules to use per-weight.James Godfrey-Kittle2015-04-16
|
* Support pair positioning rules.James Godfrey-Kittle2015-04-16
|
* Make sure mark feature values are ints.James Godfrey-Kittle2015-04-16
| | | | This is necessary when a font has been italicized, and its anchors have been transformed.
* Handle missing anchors when building mark feature.James Godfrey-Kittle2015-04-16
|
* Revise updated scripts to run without FontLab.James Godfrey-Kittle2015-04-16
|
* Update scripts based on 03/31 delivery.James Godfrey-Kittle2015-04-16
|
* Update src and res based on 03/31 delivery.James Godfrey-Kittle2015-04-16
|
* Handle new contextual feature rules.James Godfrey-Kittle2015-04-16
| | | | This depends on our own version of feaTools, which is a bit hacky. Ideally we should use something more robust that feaTools (e.g. a full feature syntax compiler). This also adds a message about the feaTools dependency to the readme, which I forgot about before.
* Update /res and /src based on Paratype delivery.James Godfrey-Kittle2015-04-16
|
* Add GDEF data to features (from non-v2 binaries).James Godfrey-Kittle2015-04-16
| | | | This table is ripped from a ttxn dump of the old output TTFs. Ideally we want to use GDEF data from the new source VFBs.
* Add support for table parsing in feature syntax.James Godfrey-Kittle2015-04-16
|
* Add some notes about booleanOperations library.James Godfrey-Kittle2015-04-16
|
* Add mark, mkmk features before generating fonts.James Godfrey-Kittle2015-04-16
| | | | No idea why we weren't doing this before -- these features are necessary for proper rendering.
* Response to comment on r292d0b238dde.James Godfrey-Kittle2015-04-16
|