summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAge
* Add support for table parsing in feature syntax.James Godfrey-Kittle2015-04-16
|
* Add some notes about booleanOperations library.James Godfrey-Kittle2015-04-16
|
* Add mark, mkmk features before generating fonts.James Godfrey-Kittle2015-04-16
| | | | No idea why we weren't doing this before -- these features are necessary for proper rendering.
* Response to comment on r292d0b238dde.James Godfrey-Kittle2015-04-16
|
* Move removeGlyphOverlap to main build script.James Godfrey-Kittle2015-04-16
| | | | Another small function which probably does not warrant a separate module.
* Use booleanOperations for overlap removal.James Godfrey-Kittle2015-04-16
|
* Add booleanOperations library to scripts/lib/.James Godfrey-Kittle2015-04-16
| | | | This library will be used for overlap removal. We include it here for now because it doesn't have a setup.py.
* Make feature creation compatible with features.py.James Godfrey-Kittle2015-04-16
| | | | Specifically the "mark" and "mkmk" features.
* Use feaTools in features.py.James Godfrey-Kittle2015-04-16
| | | | Use an existing library for parsing OpenType features, which should be more robust (though this library does have some syntax parsing issues, addressed in our code).
* Add the correct metadata to italic fonts.James Godfrey-Kittle2015-04-16
|
* Move saveOTF module into main build script.James Godfrey-Kittle2015-04-16
| | | | saveOTF has become small enough that it probably shouldn't be a separate module.
* Split up glyphs with more than one unicode value.James Godfrey-Kittle2015-04-16
| | | | This is necessary for OTF generation because ufo2fdk uses FontTools to compile cmaps, which uses a reverse lookup table of glyph names to unicode values.
* Further simplify OTF generation.James Godfrey-Kittle2015-04-16
| | | | The issue with glyph order in ufo2fdk has been fixed, so we no longer need our own partsCompiler subclass.
* Better messages/comments in build.James Godfrey-Kittle2015-04-16
| | | | Don't print messages for tasks which are not currently being used.
* Change swapGlyphs to swapContours.James Godfrey-Kittle2015-04-16
| | | | This is the actual functionality of FontLab's Glyph.Insert() method. Calling RGlyph.appendGlyph() also swaps anchors, which is not what we want (*.cn glyphs don't have anchors).
* Update font paths in tests to look in out/v2.James Godfrey-Kittle2015-04-16
| | | | This is the output directory for fonts created with this branch since r07c436525dd3.
* Nicer fix for condensed font building issue.James Godfrey-Kittle2015-04-16
|
* Move after scaling during decomposition.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.
* 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.
* Simplify conversion to OTF via ufo2fdk.James Godfrey-Kittle2015-04-16
| | | | The issues with dropped glyphs during OTF conversion can be fixed with a custom glyph file, which addresses an issue with ufo2fdk.
* Make convertCurves RoboFab-compatible.James Godfrey-Kittle2015-04-16
| | | | Another currently-unused but potentially useful module.
* Using RoboFab names/methods in mitreGlyph.James Godfrey-Kittle2015-04-16
|
* Make mitreGlyph RoboFab-compatible.James Godfrey-Kittle2015-04-16
| | | | This code isn't being used currently, but maybe we will want to use it later.
* Respond to comments on r051fd4afaa9eJames Godfrey-Kittle2015-04-16
|
* Remove unused sortGlyphs module.James Godfrey-Kittle2015-04-16
| | | | We order glyphs during conversion to OTF/TTF, so a separate glyph sorting tool is unnecessary.
* 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
* Catch more glyphs when converting via FDK.James Godfrey-Kittle2015-04-16
|
* Improve feature parsing, sub rules specificallyJames Godfrey-Kittle2015-04-16
|
* Use FontForge for overlap removal.James Godfrey-Kittle2015-04-16
| | | | This is an alternative to the closed source AFDKO checkOutlines tool. Again, we could potentially do our own overlap removal if time permits.
* Add conversion to TTF.James Godfrey-Kittle2015-04-16
| | | | We convert from OTF to TTF using the fontforge python module. If time permits we may want to create our own tool to convert straight from UFO to TTF.
* Improve feature regexes re: rc742d612e3beJames Godfrey-Kittle2015-04-16
|
* More robust feature support.James Godfrey-Kittle2015-04-16
|
* Add TODOs, revise comments re: r21574db7fb15James Godfrey-Kittle2015-04-16
|
* Detect undefined references in feature files.James Godfrey-Kittle2015-04-16
|
* Reworking docs, response to revision a9dc2593ec6aJames Godfrey-Kittle2015-04-16
|
* Remove initialization of unused variableJames Godfrey-Kittle2015-04-16
|
* Ensure font conforms to AGL before OTF conversionJames Godfrey-Kittle2015-04-16
|
* Simplify usage of numpy in italics codeJames Godfrey-Kittle2015-04-16
|
* Use RoboFab for kerning interpolationJames Godfrey-Kittle2015-04-16
|
* Add decompose glyph functionJames Godfrey-Kittle2015-04-16
|
* Fix bug in composite glyph generationJames Godfrey-Kittle2015-04-16
|
* Add OTF generation using ufo2fdkJames 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
|
* Fix name table overrides for condensed fonts.Roozbeh Pournader2015-04-16
| | | | Fixes issue 104 and issue 105.
* Add tests for the bad hinting of lowercase 'o'.Roozbeh Pournader2015-04-16
|
* 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.
* Update subsets for web.Roozbeh Pournader2015-04-16
|
* Add more of common tests to run_web_tests.py.Roozbeh Pournader2015-04-16
|