summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove initialization of unused variableJames Godfrey-Kittle2015-04-16
|
* Ensure font conforms to AGL before OTF conversionJames Godfrey-Kittle2015-04-16
|
* Get rid of some unnecessary composite glyph rules.James Godfrey-Kittle2015-04-16
| | | | These rules define glyphs which already exist in the v2 source files.
* Simplify usage of numpy in italics codeJames Godfrey-Kittle2015-04-16
|
* Use RoboFab for kerning interpolationJames Godfrey-Kittle2015-04-16
|
* Add decompose glyph functionJames Godfrey-Kittle2015-04-16
|
* Fix bug in composite glyph generationJames Godfrey-Kittle2015-04-16
|
* Update source UFOs based on update to vfb2ufoJames Godfrey-Kittle2015-04-16
|
* Add OTF generation using ufo2fdkJames Godfrey-Kittle2015-04-16
|
* Handle composite glyph rules with underscoresJames Godfrey-Kittle2015-04-16
|
* Remove references to FL (stub out missing methods)James Godfrey-Kittle2015-04-16
|
* Add completely hinted font deliveries from March 30.Roozbeh Pournader2015-04-16
|
* No longer drop hints for ChromeOS.Roozbeh Pournader2015-04-16
| | | | Patch by Jungshik Shin. Fixes issue 128.
* Add hinted font deliveries from February 27.Roozbeh Pournader2015-04-16
| | | | | Roboto Light and Medium are added, with a redelivery of Regular and Bold which has a fix for issue 119.
* Update fonts from Paratype's Feb 10 delivery.Roozbeh Pournader2015-04-16
| | | | Regular, Bold, Italic, and Bold Italic fonts are updated.
* Update hinted Black and Black Italic from Jan 15 delivery.Roozbeh Pournader2015-04-16
| | | | | | Nothing interesting to see here really, except for a usWeight hotfix from 400 to 900 (issue 102) which is already hotpatched. Updating to just keep in sync with ParaType deliveries.
* Fix name table overrides for condensed fonts.Roozbeh Pournader2015-04-16
| | | | Fixes issue 104 and issue 105.
* Add tests for the bad hinting of lowercase 'o'.Roozbeh Pournader2015-04-16
|
* Add FreeType python bindings to third_party.Roozbeh Pournader2015-04-16
|
* Fix lowercase o in hinted Thin and Thin Italic fonts.Roozbeh Pournader2015-04-16
| | | | This is ParaType's delivery of January 13 and should fix issue 106.
* Rename 'RobotoDraft' to 'Roboto' in the web target.Roozbeh Pournader2015-04-16
| | | | | This is to finally create a replacement for the public Google Fonts version of Roboto.
* Update subsets for web.Roozbeh Pournader2015-04-16
|
* Add more of common tests to run_web_tests.py.Roozbeh Pournader2015-04-16
|
* Update build number for a new cut for Android.Roozbeh Pournader2015-04-16
|
* Don't update font version in web target.Roozbeh Pournader2015-04-16
| | | | | This is because web targets are from different cuts, and we want to keep the information.
* More moving web-specific tests and touchups to common.Roozbeh Pournader2015-04-16
|
* Cleanup executable flags and #! headers.Roozbeh Pournader2015-04-16
| | | | | Some files that were supposed to be executable didn't have the flag, while others that were not supposed to be had #! headers.
* Change copyright line of the fonts to 2011.Roozbeh Pournader2015-04-16
| | | | This is the year of the original release of Roboto.
* More refactoring of touchup and test scripts.Roozbeh Pournader2015-04-16
|
* Change the expected number of fonts for the web target.Roozbeh Pournader2015-04-16
| | | | The old value, 12, was for when we didn't have condensed yet.
* Refactor tests to a reusable structure.Roozbeh Pournader2015-04-16
| | | | | | | | Tests that are common to some targets are not moved to common_tests.py, with target-specific tests basically inheriting its classes and modifying them. The web tests are not refactored yet.
* Remove TODO item from run_general_tests.py.Roozbeh Pournader2015-04-16
|
* Move common and repeated tests to run_general_tests.py.Roozbeh Pournader2015-04-16
|
* Add tests for version and revision numbers.Roozbeh Pournader2015-04-16
| | | | Also add a touchup to fix the revision number.
* Move updating version numbers to temporar_touchups.Roozbeh Pournader2015-04-16
| | | | This is so that both Adroid and Web targets could reuse it.
* Add test for non-formation of 'ff' ligature.Roozbeh Pournader2015-04-16
| | | | | Also remove unused and tested touchups from the Android touchup script.
* Move get_advances to a new layout module.Roozbeh Pournader2015-04-16
|
* Move the exhaustive tests to a different make targe.Roozbeh Pournader2015-04-16
| | | | Plus some cleanup in imports.
* Move tests for spacing marks to general tests.Roozbeh Pournader2015-04-16
| | | | | Also add test for font vendor ID in the OS/2 table and remove no-longer-necessary touchups from touchup_for_android.py.
* Update Android touchup and test tools for latest delivery.Roozbeh Pournader2015-04-16
| | | | | | | | | | | | Touchup: - Shared touchups between Android and web are moved to a new module - OS/2.usWeightClass is fixed to match the font name - Unassigned characters are no longer explicitly dropped Testing: - Rhotic hook is skipped when checking that spacing marks don't form ligatures - OS/2.usWeightClass is tested to be set correctly
* Test for fsType being 0.Roozbeh Pournader2015-04-16
| | | | | | | Also remove the code that touched it to be zero, since the value is fixed in the fonts now. Fixes issue 29.
* Remove fix for macStyle from touchup_for_android.py.Roozbeh Pournader2015-04-16
| | | | | And since the bug (issue 8) is fixed in the generated fonts now, add test for macStyle to run_general_test.py.
* Add hinted Roboto CondensedRoozbeh Pournader2015-04-16
|
* Update to December 8 deliveries from ParaType.Roozbeh Pournader2015-04-16
|
* Drop hints from the ChromeOS target (for now).Roozbeh Pournader2015-04-16
|
* Add target for ChromeOS fonts.Roozbeh Pournader2015-04-16
|
* Added out/web to .gitignore.Roozbeh Pournader2015-04-16
|
* Add missing hints to the Light Italic font.Roozbeh Pournader2015-04-16
| | | | Four glyphs were missing hints. Fixes issue 100.
* Comment out greek-ext subset.Roozbeh Pournader2015-04-16
|
* Expand scripts for webfont generation.Roozbeh Pournader2015-04-16
|