summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* 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.
* Remove Glass target.Roozbeh Pournader2015-04-29
| | | | No longer intended to be used.
* Clean up Makefile and build-v2.py path references.Roozbeh Pournader2015-04-17
|
* Add license headers to Makefile.Roozbeh Pournader2015-04-17
|
* Remove old build targets and update build scripts.James Godfrey-Kittle2015-04-16
|
* Make v2 the default build target.James Godfrey-Kittle2015-04-16
|
* Nicer fix for condensed font building issue.James Godfrey-Kittle2015-04-16
|
* Separate sans and condensed build scripts.James Godfrey-Kittle2015-04-16
| | | | Currently the condensed fonts are not building correctly in the default script. This is probably not an ideal solution since the sans and condensed fonts share the same source files.
* Remove references to FL (stub out missing methods)James Godfrey-Kittle2015-04-16
|
* No longer drop hints for ChromeOS.Roozbeh Pournader2015-04-16
| | | | Patch by Jungshik Shin. Fixes issue 128.
* 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.
* Move the exhaustive tests to a different make targe.Roozbeh Pournader2015-04-16
| | | | Plus some cleanup in imports.
* Drop hints from the ChromeOS target (for now).Roozbeh Pournader2015-04-16
|
* Add target for ChromeOS fonts.Roozbeh Pournader2015-04-16
|
* Expand scripts for webfont generation.Roozbeh Pournader2015-04-16
|
* Add targets and scripts for web fonts.Roozbeh Pournader2015-04-16
|
* Add test for italic angle.Roozbeh Pournader2015-04-16
|
* Add scripts for testing minimal character coverage.Roozbeh Pournader2015-04-16
|
* Update android build rules to use crunched fonts as sources.Roozbeh Pournader2014-07-27
|
* Fix output path for 'make crunch'.Roozbeh Pournader2014-07-27
|
* Add Makefile and .gitignore rules for fontcrunch.Roozbeh Pournader2014-07-27
|
* Add the beginning of a test infrastructure.Roozbeh Pournader2014-07-24
| | | | | We now test for expected values of yMin and yMax, and equal widths for digits.
* Added a hack to add cmap mapping for proportional digit one.Roozbeh Pournader2014-07-22
|
* Rework the font processing for Android.Roozbeh Pournader2014-07-03
| | | | | | yMin and yMax values needed for Android are now set after the subsetting in a separate script. The touchup script is also divided into Android-specific changes and general ones.
* Cleanup Android build mechanism and pass Android target through subsetter.Roozbeh Pournader2014-07-02
| | | | | | The touchup tool is now Android-specific and reads the data from the build number file directly. It also lists all glyph going outside the Android boundaries. Makefile also has a new 'android' target.
* Remove executable flagsRoozbeh Pournader2014-06-06
|
* Importing Roboto 2.0Christian Robertson2014-05-19