summaryrefslogtreecommitdiff
path: root/scripts/lib/fontbuild/generateGlyph.py
Commit message (Collapse)AuthorAge
* Merge branch 'delivery-script-updates' into delivery-updatesJames Godfrey-Kittle2015-08-20
|\
| * Script updates 15/08/20.James Godfrey-Kittle2015-08-20
| |
* | Add top anchors to composite .smcp, .NAV glyphs.James Godfrey-Kittle2015-08-12
| | | | | | | | | | | | | | I'm not sure why we weren't doing this before, or why there is even a check to prevent adding top or bottom anchors to glyphs without unicode values. But this change seems appropriate, particularly since it fixes #69
* | Explicitly check anchor objects against None.James Godfrey-Kittle2015-07-17
| | | | | | | | | | | | | | | | | | This is necessary because of some implementation details in RoboFab; RAnchor objects always evaluate to False in a boolean context. Fixes a bug in which "top" anchors were not being added to composite glyphs, since they are added only when the "parenttop" anchor is present (which was checked for with a statement like "if anchor:").
* | Revise updated scripts to run without FontLab.James Godfrey-Kittle2015-06-17
| |
* | Merge branch 'delivery-script-updates' into delivery-updatesJames Godfrey-Kittle2015-06-17
|\|
| * Script updates from Paratype 15/06/16.James Godfrey-Kittle2015-06-17
| |
* | Use RGlyph.move() to shift composite glyphs.James Godfrey-Kittle2015-05-08
| | | | | | | | This has now been fixed upstream.
* | Correctly shift composite glyphs with offsets.James Godfrey-Kittle2015-05-07
| | | | | | | | Ideally we could call RGlyph.move(offset, anchors=False), but we have to bring back "shiftGlyphMembers" from the original toolchain because RGlyph.move does not work as documented.
* | Infer composite glyphs' unicode values from names.James Godfrey-Kittle2015-05-01
| |
* | Set unicode values of generated glyphs earlier.James Godfrey-Kittle2015-04-30
| | | | | | | | This is necessary for correctly adding anchors in the immediately following code.
* | Add license files and headers.James Godfrey-Kittle2015-04-16
| |
* | Revise updated scripts to run without FontLab.James Godfrey-Kittle2015-04-16
| |
* | Update scripts based on 03/31 delivery.James Godfrey-Kittle2015-04-16
| |
* | Set unicode values for generated glyphs.James Godfrey-Kittle2015-04-16
| | | | | | | | This is necessary for the FDK to include these new glyphs in the output OTF's cmap.
* | Remove initialization of unused variableJames Godfrey-Kittle2015-04-16
| |
* | Fix bug in composite glyph generationJames 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
|/
* Remove executable flagsRoozbeh Pournader2014-06-06
|
* Importing Roboto 2.0Christian Robertson2014-05-19