summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update missing anchors based on source updates.James Godfrey-Kittle2015-06-17
|
* Resource updates from Paratype 15/06/16.James Godfrey-Kittle2015-06-17
|
* Source updates from Paratype 15/06/16.James Godfrey-Kittle2015-06-17
|
* Merge branch 'delivery-script-updates' into delivery-updatesJames Godfrey-Kittle2015-06-17
|\
| * Script updates from Paratype 15/06/16.James Godfrey-Kittle2015-06-17
| |
* | Merge pull request #52 from google/mix-glyph-fixJames Godfrey-Kittle2015-06-11
|\ \ | | | | | | Don't convert mixed glyph values to ints.
| * | Don't convert mixed glyph values to ints.James Godfrey-Kittle2015-06-11
|/ / | | | | | | | | | | Doing this conversion visibly changes the appearance of some composite glyphs, since e.g. a component scale of 1.6 would be rounded to 2. What doesn't make sense is why this was working with FontLab....
* | List eog with post-production dependencies.jamesgk2015-05-31
| | | | | | | | Part of #41
* | Add link to Google Fonts page to README.mdRoozbeh Pournader2015-05-28
| |
* | Remove old Windows build file.Roozbeh Pournader2015-05-27
| |
* | [minor] Move "Setup" in README.md one level down.Roozbeh Pournader2015-05-22
| |
* | Add general project description to README.md.Roozbeh Pournader2015-05-22
| |
* | Bump up build number to 01289 to take a cut for Android.Roozbeh Pournader2015-05-21
| |
* | Remove various hot fixes from touchup_for_android.py.Roozbeh Pournader2015-05-21
| | | | | | | | These are now fixed in the fonts themselves.
* | Merge pull request #36 from google/androidRoozbeh Pournader2015-05-19
|\ \ | | | | | | Add make target to build Android fonts from hinted fonts.
| * | Remove extra zero from version number.Roozbeh Pournader2015-05-16
| | |
| * | Bump up build number to 01288 to take a cut for Android.Roozbeh Pournader2015-05-16
| | |
| * | Add make target to build Android fonts from hinted fonts.Roozbeh Pournader2015-05-16
|/ / | | | | | | | | | | | | | | | | | | The change is temporary, while we confirm the quality of our new build toolchain. The target should go away once we switch completely to the new toolchain. This also removes the code that removed tab and unassigned characters from the Android target, since the tab now has the same width as space and the unassigned characters are no longer in the fonts.
* | Correctly copy FGlyphs to RoboFab RGlyphs.James Godfrey-Kittle2015-05-13
| | | | | | | | This caused some glyph mixes to fail.
* | Copy kerning info when copying FFonts.James Godfrey-Kittle2015-05-12
| | | | | | | | This affects the creation of condensed masters, without it they had no kerning info.
* | Don't remove overlaps while italicizing glyphs.James Godfrey-Kittle2015-05-12
| | | | | | | | This was causing problems with Thin Italic font generation.
* | Merge pull request #34 from google/anchor-fixJames Godfrey-Kittle2015-05-11
|\ \ | | | | | | Fix bug causing inaccurate anchor coordinates.
| * | Use RGlyph.move() to shift composite glyphs.James Godfrey-Kittle2015-05-08
| | | | | | | | | | | | This has now been fixed upstream.
| * | Correctly shift composite glyphs with offsets.James Godfrey-Kittle2015-05-07
| | | | | | | | | | | | Ideally we could call RGlyph.move(offset, anchors=False), but we have to bring back "shiftGlyphMembers" from the original toolchain because RGlyph.move does not work as documented.
| * | Infer composite glyphs' unicode values from names.James Godfrey-Kittle2015-05-01
| | |
| * | Remove some checks when adding anchors.James Godfrey-Kittle2015-05-01
| | | | | | | | | | | | These issues are solved with the updated anchor resources.
| * | Use anchors extracted from latest source delivery.James Godfrey-Kittle2015-05-01
| | | | | | | | | | | | Before the anchors were taken from outdated VFBs.
| * | 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.
* | | Merge pull request #33 from google/featools-updateJames Godfrey-Kittle2015-05-08
|\ \ \ | |/ / |/| | Remove feaTools adaptions which are now upstream.
| * | Remove feaTools adaptions which are now upstream.James Godfrey-Kittle2015-04-29
| | |
* | | Merge pull request #32 from google/vertical-metricsRoozbeh Pournader2015-04-29
|\ \ \ | |/ / |/| | Add tests for vertical metrics of individual glyphs.
| * | 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.
* | Remove Glass target.Roozbeh Pournader2015-04-29
| | | | | | | | No longer intended to be used.
* | 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
| |
* | Add IPA samples from the Noto repostory.Roozbeh Pournader2015-04-29
| |
* | Reference original feaTools repo in readme.James Godfrey-Kittle2015-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
| | |
| * | Updated anchor data as output by script.James Godfrey-Kittle2015-04-27
| | |
| * | Output anchor json with two-space indentation.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
| | |
| * | Add anchor extraction script and README note.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.
| * | Add external anchor data for composite glyphs.James Godfrey-Kittle2015-04-20
| | | | | | | | | | | | These are the glyphs whose anchors are dropped when converting from VFB to UFO.