summaryrefslogtreecommitdiff
path: root/misc/tools
AgeCommit message (Collapse)AuthorFilesLines
2019-10-22updates to distributionRasmus Andersson1-1/+4
2019-10-22New version of fontbuild which addresses several issuesRasmus Andersson1-0/+148
Fixes for things that stopped working when we updated fontmake: - restore glyph decomposition for VF - restore glyph overlap removal for VF - restore version metadata writing for VF Improvements for VF - fix "full name" name table entry to say "Inter" instead of "Inter Regular" New and changed: - "rename" command for renaming metadata like family and style, optionally saving a separate file. Used to produce new "Inter V" family. - The "build" command no longer performs "style name compactation" for Google fonts. Instead, the new "rename" command is used. Closes #198 Closes #202
2019-09-07tooling: change comment and remove unused code of misc/tools/fix-vf-meta.pyRasmus Andersson1-12/+2
2019-08-04tooling: update kernsample.py to use defconRasmus Andersson1-2/+2
2019-08-02tools: small updates to fontsampleRasmus Andersson2-11/+36
2019-05-27tooling: better handling of unexported glyphsRasmus Andersson1-1/+6
2019-05-27tooling: fixes a bug in gen-metrics-and-svgs.py where the very first glyph ↵Rasmus Andersson1-12/+17
would not get recognized in the kerning lookup table, causing no kerning information to appear on the website
2019-05-27tooling: new version of gen-glyphinfo.pyRasmus Andersson1-66/+36
2019-04-01fix issue with misc/tools/fontinfo.py caused by the wonky ↵Rasmus Andersson1-0/+3
FontBakery-enforced version format
2019-03-27Fixup STAT tables of single-axis variable fonts to aid desktop apps (style ↵Rasmus Andersson1-0/+312
linking). Related to #142
2019-02-04website/tooling: disable versionize for website inter.css filesRasmus Andersson1-2/+2
2019-02-03misc: name changeRasmus Andersson4-6/+6
2019-02-03The Great Rename to "Inter"Rasmus Andersson1-1/+5
2019-01-27website: preload vf files. Additionally, update misc/tools/versionize to ↵Rasmus Andersson2-32/+33
also patch docs/_includes/preload-font-files.html
2019-01-06Adds docker toolchain for a simpler build setupRasmus Andersson1-2/+6
2019-01-04Workaround for Python 3 bug in ufo2ft which caused invalid OTF files to be ↵Rasmus Andersson1-3/+27
generated. Closes #110
2019-01-02tooling updateRasmus Andersson4-17/+9
2018-10-11tooling: Fix kerning extraction in gen-metrics-and-svgs.pyRasmus Andersson1-2/+2
2018-10-11tools/gen-glyphinfo: print warning instead of crash when a glyph is in ↵Rasmus Andersson1-0/+7
glyphOrder but not in the font
2018-10-11tooling: decompose and remove overlaps of SVG glyphs generated for the websiteRasmus Andersson1-40/+28
2018-09-06housekeeping of misc folderRasmus Andersson9-0/+928
2018-09-04upgrade misc/tools/gen-metrics-and-svgs.py to new toolchainRasmus Andersson2-140/+300
2018-09-04upgrade misc/tools/fontinfo.pyRasmus Andersson1-4/+9
2018-09-04update glyphinfoRasmus Andersson2-175/+71
2018-09-04minor tooling refactorRasmus Andersson2-10/+46
2018-09-03Major overhaul, moving from UFO2 to Glyphs and UFO3, plus a brand new and ↵Rasmus Andersson25-0/+6382
much simpler fontbuild