summaryrefslogtreecommitdiff
path: root/scripts/touchup_for_android.py
Commit message (Collapse)AuthorAge
* New upstream version 0~20170802Andrej Shadura2019-02-06
|
* Clear fsSelection regular bit for BlackJames Godfrey-Kittle2015-12-17
|
* Update an outdated context link for keycaps testJames Godfrey-Kittle2015-12-11
|
* Don't set Black weight as bold outside of AndroidJames Godfrey-Kittle2015-12-11
| | | | | | There's no documented reason why we were doing this before, so let's output these fonts for now and see if they work on other platforms. Android can come next.
* Remove various hot fixes from touchup_for_android.py.Roozbeh Pournader2015-05-21
| | | | These are now fixed in the fonts themselves.
* Remove extra zero from version number.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.
* Add license files and headers.James Godfrey-Kittle2015-04-16
|
* Update scripts based on 03/31 delivery.James Godfrey-Kittle2015-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 refactoring of touchup and test scripts.Roozbeh Pournader2015-04-16
|
* 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 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 pointers to bugs discussing the hotfixes in touch_for_android.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.
* 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.
* 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
* 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.