summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2017-10-06ufocompile: Adjust stem width hint for oblique generationRasmus Andersson1-3/+6
2017-10-05Use explicit names table properties for bold and bold italic. Closes #34Rasmus Andersson1-2/+2
2017-10-05Fixes misc/gen-glyphorder.pyRasmus Andersson1-16/+46
2017-10-05fontbuild: optimize glyphorder data per font and check for duplicatesRasmus Andersson1-2/+14
2017-09-30Fix bug in rmglyph where the last codepoint in a range would not be removedRasmus Andersson1-2/+2
2017-09-25Remove unused anchor pairs from fontbuildRasmus Andersson1-4/+1
2017-09-25Improve misc/gen-glyphinfo.py and gen-metrics-and-svgs.py by ignoring glyphs ↵Rasmus Andersson2-10/+42
listed in "delete" of fontbuild.cfg
2017-09-25Improvements to misc/rmglyph.pyRasmus Andersson1-1/+50
2017-09-25Improvements to misc/rmglyph.pyRasmus Andersson1-30/+153
2017-09-25Fix args to misc/cleanup_kerning.pyRasmus Andersson1-1/+1
2017-09-25Improves misc/rmglyph.pyRasmus Andersson1-92/+270
2017-09-24Support for included files in fixup-features scriptRasmus Andersson1-12/+23
2017-09-24Adds misc/rmglyph.py for safe and complete removal of glyphsRasmus Andersson2-3/+202
2017-09-23Move away from using hinted fonts by defaultRasmus Andersson2-3/+33
2017-09-23Fix download count script. Note that it only counts after the projects was ↵Rasmus Andersson1-4/+7
renamed to "Inter"
2017-09-19Adds misc/kernsample.pyRasmus Andersson1-0/+141
2017-09-19Rename family from "Interface" to "Inter UI"Rasmus Andersson6-18/+18
2017-09-13website etcRasmus Andersson1-9/+0
2017-09-12Remove debug printing from fontinfo scriptRasmus Andersson1-2/+2
2017-09-10Adds script for retrieveing download counts from githubRasmus Andersson1-0/+16
2017-09-05Renames Bold master to Black and introduces a new weight "Black" which is ↵Rasmus Andersson1-12/+32
practically the same as "bold" prior to this change. "Bold" is now an interpolated, slightly lighter version of "Black"
2017-09-04Speeds up font compilation by around 200%Rasmus Andersson104-104/+26899
Cython is used to compile some hot paths into native Python extensions. These hot paths were identified through running ufocompile with the hotshot profiler and then converting file by file to Cython, starting with the "hottest" paths and continuing until returns were deminishing. This means that only a few Python files were converted to Cython. Closes #23 Closes #20 (really this time)
2017-08-31Improves glyphorder generationRasmus Andersson1-4/+10
2017-08-31Add missing woff2 patch. Closes #20Rasmus Andersson1-0/+33
2017-08-31Fixes broken italic (oblique) styles. The issue was that component ↵Rasmus Andersson2-8/+8
decomposition did not happen in the correct order for some glyphs
2017-08-28WebsiteRasmus Andersson1-4/+4
2017-08-28Various improvementsRasmus Andersson5-9/+448
2017-08-25tnum, zero, ss01, latin1-extended, etcRasmus Andersson2-27/+21
- Tabular numbers feature - Slashed zero feature - Stylistic set 1 feature (open numbers) - Combination glyphs for the above feature intersections - Improved Latin-1 extended glyph set - Kerning improvements for numbers - Lots of anchor improvements - Fixes "Medium seems to be same as Regular" issue on Windows
2017-08-25adjust misc/gen-tnum.pyRasmus Andersson1-1/+3
2017-08-24Adds tabular numbers. Closes #10Rasmus Andersson1-0/+75
2017-08-22Include version in CSS so that HTTP caches are not pointing to old versionsRasmus Andersson1-0/+36
2017-08-22release v1.1v1.1Rasmus Andersson1-0/+16
2017-08-22Initial public commitv1.0Rasmus Andersson83-0/+14183