summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* Add targets and scripts for web fonts.Roozbeh Pournader2015-04-16
|
* Add a character set for web fonts (from issue 69).Roozbeh Pournader2015-04-16
|
* Added/updated hinted versions of Thin, Light, Medium, and Black.Roozbeh Pournader2015-04-16
|
* Add hinted fonts received from ParaType in November.Roozbeh Pournader2015-04-16
|
* Move test for lack of unassigned characters from Android to general tests.Roozbeh Pournader2015-04-16
|
* Move TestDigitWidths from android tests to general tests.Roozbeh Pournader2015-04-16
|
* Move test for sound copyright from Android-specific to general.Roozbeh Pournader2015-04-16
|
* Add test for italic angle.Roozbeh Pournader2015-04-16
|
* Update to ParaType deliveries of Oct 9, 2014.Roozbeh Pournader2015-04-16
|
* Check for PUA characters in Android tests.Roozbeh Pournader2015-04-16
| | | | Fixes issue 5.
* Make force_ymin_ymax script use internal font name in its reporting.Roozbeh Pournader2015-04-16
|
* Add pointers to bugs discussing the hotfixes in touch_for_android.Roozbeh Pournader2015-04-16
|
* Remove LICENSE for now.Roozbeh Pournader2015-04-16
|
* Remove unassigned characters from the fonts' cmap.Roozbeh Pournader2015-04-16
|
* Fix ccmp rules that used spacing marks instead of non-spacing ones.Roozbeh Pournader2015-04-16
| | | | Fixes https://b.corp.google.com/issue?id=16727859.
* Make sure Unicode 8.0 characters are not asked for.Roozbeh Pournader2015-04-16
| | | | coverage_test.py didn't check that the characters is not post-Unicode 7.0.
* Fix a dictionary mistakenly specificed as a set.Roozbeh Pournader2015-04-16
|
* Add missing cmap entry for U+2117 SOUND RECORDING COPYRIGHT.Roozbeh Pournader2015-04-16
| | | | | The cmap was missing in Thin and Thin Italic fonts, although the glyph existed in the fonts.
* Add scripts for testing minimal character coverage.Roozbeh Pournader2015-04-16
|
* Updated build scripts based on July 28 deliveries from ParaType.Roozbeh Pournader2014-07-31
|
* Add the Unicode coverage information for Roboto version 1.Roozbeh Pournader2014-07-30
|
* Explain all third party modifications to fontcrunch.Roozbeh Pournader2014-07-27
|
* Update .gitignore with more rules for fontcrunch and push up buildnumber.Roozbeh Pournader2014-07-27
|
* Update android build rules to use crunched fonts as sources.Roozbeh Pournader2014-07-27
|
* Make fontcrunch compilation work on older gcc.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
|
* Rename bezier curve pieces to .bez to avoid conflict with bzip files.Roozbeh Pournader2014-07-26
| | | | Also made Makefile clean temporary directories.
* Get fontcrunch to run in the Roboto setup.Roozbeh Pournader2014-07-26
|
* Add Spiro version 0.01.Roozbeh Pournader2014-07-26
|
* Add fontcrunch to third_party.Roozbeh Pournader2014-07-26
|
* Use the recommended way to access glyf table in force_ymin_ymax.Roozbeh Pournader2014-07-24
|
* 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.
* Change the width of decimal digits to the same value.Roozbeh Pournader2014-07-24
| | | | | | Fixes issue 33, and the following external bugs: https://code.google.com/p/android-developer-preview/issues/detail?id=330 https://b.corp.google.com/issue?id=16299966
* Add out/android and out/glass to .gitignoreRoozbeh Pournader2014-07-24
|
* Refix the generating of lnum digits.Roozbeh Pournader2014-07-22
|
* Merge branch 'master' of https://code.google.com/a/google.com/p/robotoRoozbeh Pournader2014-07-22
|\
| * Minor fixes in wording and documentation for Glass touchup script.Roozbeh Pournader2014-07-22
| |
| * Added a hack to add cmap mapping for proportional digit one.Roozbeh Pournader2014-07-22
| |
* | Update toolchain to latest ParaType delivery.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.