summaryrefslogtreecommitdiff
path: root/res
Commit message (Collapse)AuthorAge
* New upstream version 0~20170802Andrej Shadura2019-02-06
|
* Decompose U+2050 to avoid a backwards contourJames Godfrey-Kittle2015-12-10
| | | | | | | If we wait until the UFO glyph is drawn to a FontTools glyph, the contours (one of which is a reflected component) will have opposite directions. When decomposed in the build scripts, the glyph's contours both have the correct direction.
* Correct formula for Ncommaaccent.unic.James Godfrey-Kittle2015-09-17
| | | | | | | This seems to have been obviously incorrect, looking at the inconsistency with other Ncommaaccent formulas (commaaccent should always go below the N). And sure enough, the accent was not being added to the composite glyph.
* Fix up *num features.James Godfrey-Kittle2015-09-04
| | | | | | | | | | A few things happening here: - References to *.lnum glyphs changed to *.pnum (reflecting the renames in the last commit). - Feature definitions expanded to handle feature combinations, not-working definitions removed from the resource directory. - Glyph classes added to make feature definitions clearer. - VFBs updated via vfb2ufo, based on updates to UFOs.
* Update missing anchors based on source updates.James Godfrey-Kittle2015-08-20
|
* Resource updates 15/08/20.James Godfrey-Kittle2015-08-20
|
* Update missing anchors based on source updates.James Godfrey-Kittle2015-06-26
|
* Resource updates 15/06/25.James Godfrey-Kittle2015-06-26
|
* Update missing anchors based on source updates.James Godfrey-Kittle2015-06-17
|
* Resource updates from Paratype 15/06/16.James Godfrey-Kittle2015-06-17
|
* Bump up build number to 01289 to take a cut for Android.Roozbeh Pournader2015-05-21
|
* 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
|
* Use anchors extracted from latest source delivery.James Godfrey-Kittle2015-05-01
| | | | Before the anchors were taken from outdated VFBs.
* Merge pull request #9 from google/anchor-fixJames Godfrey-Kittle2015-04-27
|\ | | | | Fix for dropped anchors
| * Updated anchor data as output by script.James Godfrey-Kittle2015-04-27
| |
| * Rename anchor resources to .json.James Godfrey-Kittle2015-04-22
| |
| * Make glyph anchor info prettier.James Godfrey-Kittle2015-04-22
| |
| * 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.
* | Add tests and requirements for the 'smcp' feature.Roozbeh Pournader2015-04-27
|/
* Fix converage tests to ignore Unicode 8.0 characters.Roozbeh Pournader2015-04-16
|
* Generate kern feature ourselves.James Godfrey-Kittle2015-04-16
|
* Uncomment useful glyph classes.James Godfrey-Kittle2015-04-16
|
* Add external kerning rules to use per-weight.James Godfrey-Kittle2015-04-16
|
* Update src and res based on 03/31 delivery.James Godfrey-Kittle2015-04-16
|
* Update /res and /src based on Paratype delivery.James Godfrey-Kittle2015-04-16
|
* Add GDEF data to features (from non-v2 binaries).James Godfrey-Kittle2015-04-16
| | | | This table is ripped from a ttxn dump of the old output TTFs. Ideally we want to use GDEF data from the new source VFBs.
* Use AGL 2.0 to assign UVs to generated glyphs.James Godfrey-Kittle2015-04-16
|
* Use same AGL version as the FDK.James Godfrey-Kittle2015-04-16
| | | | The FDK uses an outdated glyph list: https://github.com/adobe-type-tools/afdko/blob/master/FDK/Tools/Programs/public/lib/resource/agl2uv.h
* 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.
* Update build number for a new cut for Android.Roozbeh Pournader2015-04-16
|
* Add missing hints to the Light Italic font.Roozbeh Pournader2015-04-16
| | | | Four glyphs were missing hints. Fixes issue 100.
* Expand scripts for webfont generation.Roozbeh Pournader2015-04-16
|
* Add a character set for web fonts (from issue 69).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.
* 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
|
* Add the Unicode coverage information for Roboto version 1.Roozbeh Pournader2014-07-30
|
* Update .gitignore with more rules for fontcrunch and push up buildnumber.Roozbeh Pournader2014-07-27
|
* 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
* Refix the generating of lnum digits.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.
* Fix linear numbers and small cap T with cedillaRoozbeh Pournader2014-06-06
|
* Remove executable flagsRoozbeh Pournader2014-06-06
|
* Fixed inconsistent ymin and ymax values (for reals this time), removed old ↵Christian Robertson2014-05-22
| | | | versions from 'out' directory.
* Changed the ymax vertical metrics to match current version of RobotoChristian Robertson2014-05-21
|
* Importing Roboto 2.0Christian Robertson2014-05-19