summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-03-28Fixes missing or incorrect mark anchors in several turn* glyphsRasmus Andersson1-203/+781
Closes #336 - aturn - hturn - kturn - mturn - rturn - tturn - vturn - wturn - yturn - Fturn - Eturn
2021-03-28Fixes glyphs acutedblnosp, dblgravecmb, uni02F6, uni02F5; Closes #339Rasmus Andersson1-136/+203
2021-03-28tooling: remote unused misc/fontbuildlib/version.pyRasmus Andersson1-0/+0
2021-03-28reduce ascender/descender to cap+666Rasmus Andersson1-25680/+25632
2021-03-28tooling: improve output data of misc/tools/fontinfo.py utilityRasmus Andersson1-13/+107
2021-03-28increases ascender and descender, improves the following glyphs:Rasmus Andersson1-669/+516
- Aring - Uring - aring - aring.1 - uring - wring - yring - aring - Aringacute - aringacute - aringacute.1
2021-03-28fixes a small pedantic issue with calt which seems to have no practical effectRasmus Andersson1-1/+1
2021-03-27Fixes double grave interpolation issue. Closes #317Rasmus Andersson1-6/+6
2021-03-25tooling: adds a --profile=<file> option to fontbuild for profiling runs and ↵Rasmus Andersson3-1/+76
adds misc/tools/fmtprofile.py for printing and inspecting profile results
2021-03-25fix some fraction vector pointsRasmus Andersson1-9/+9
2021-03-25tooling: adds gftools fix-dsig to VFs to address DSIG table issue with ↵Rasmus Andersson1-20/+29
Microsoft Office 2003 and older
2021-03-25tooling: Upgrades some Python librariesRasmus Andersson1-7/+7
- brotli==1.0.9 - defcon[lxml]==0.8.1 - fonttools[lxml,unicode,ufo]==4.21.1 - glyphsLib==5.3.2 - MutatorMath==3.0.1 - skia-pathops==0.6.0.post2 - ufo2ft[pathops]==2.20.0
2021-03-25upgrade glyphs source file to Glyphs version 3Rasmus Andersson2-502/+2991
2021-03-24tooling: fixes a performance issue with componentReferencesRasmus Andersson1-4/+6
2021-03-24tooling: adds missing gftools to requirements.txtRasmus Andersson1-0/+1
2021-03-24tooling: adds fontbakery testingRasmus Andersson2-43/+114
2021-03-24tooling: Decompose all nested components in hopes of addressing #156Rasmus Andersson1-6/+30
2021-03-24revert Glyphs 3 upgrade from 5b56e2da034ab442ca1 (most plugins are still not ↵Rasmus Andersson1-432/+275
working with Glyphs 3) and backport panose patch
2021-03-24Fixes an issue with incorrect OS/2 Panose values being encoded into product ↵Rasmus Andersson1-311/+468
fonts when building with fontbuild. Glyphs metadata would be sourced from the master data instead of the exports data. Issue #352 (unfortunately this commit also includes a Glyphs 3 upgrade; I could not figure out how to not make Glyphs upgrade the file when it was opened)
2021-03-24fontinfo: fix smol py3 syntax issueRasmus Andersson1-3/+3
2021-03-24web: port #353 to main branchRasmus Andersson1-0/+1
2021-03-24tooling: fixes Linux build of ttfautohint. Closes #341, #289Rasmus Andersson1-2/+2
2020-10-08website: fixes anchors to two Q&A itemsRasmus Andersson1-2/+2
2020-10-06readme: add list of supportersRasmus Andersson1-0/+51
2020-08-25remove RFN from license, add trademark notice. related to #282Rasmus Andersson1-1/+1
2020-08-22web: adds missing InterDisplay subset font filesRasmus Andersson24-0/+0
2020-08-22web: enable use of subset web font files (for variable fonts only)Rasmus Andersson36-406/+817
2020-08-22tooling: adds subset program to be run for docs_fonts in MakefileRasmus Andersson1-0/+1
2020-08-22tooling: adds a program that create subset web font files and accompanying CSSRasmus Andersson1-0/+389
2020-08-22web: remove noise effectRasmus Andersson3-49/+32
2020-08-20web: update some sample imagesRasmus Andersson12-0/+0
2020-08-20misc: update misc/tools/download-count.pyRasmus Andersson1-5/+17
2020-08-20web: update samples, adding cleartype rendering samplesRasmus Andersson7-18/+3
2020-08-20web: update version in resource urlsRasmus Andersson4-48/+49
2020-08-20web: lab font file versionRasmus Andersson1-8/+8
2020-08-20web: lab font file versionRasmus Andersson1-8/+8
2020-08-20release v3.15v3.15Rasmus Andersson126-203823/+203199
2020-08-20tooling: makefile now properly creates directories needed after a make clean ↵Rasmus Andersson1-0/+12
invocation
2020-08-20web: adds Elfdalian to list of covered languagesRasmus Andersson1-0/+1
2020-08-20adds note to /yogonekRasmus Andersson1-6/+2
2020-08-20improved /eth U+00F0 glyph for heavier weightsRasmus Andersson1-423/+547
2020-08-20tooling: improve STAT table patching. See issue #308Rasmus Andersson1-26/+52
2020-08-20web: add Icelandic sample data to labRasmus Andersson1-0/+36
2020-08-20Adds third-party distribution info to README.md (#307, #70)Hugo Locurcio1-0/+7
2020-08-20glyphs: change Variation Font Origin -> Variable Font Origin in glyphs ↵Rasmus Andersson1-1/+1
metadata (Display; changed in Glyphs 2.6)
2020-08-20VF: improved STAT table patchRasmus Andersson1-23/+50
2020-08-20tooling: remove accidental debug printRasmus Andersson1-2/+0
2020-08-20web: small fix to lab when running locallyRasmus Andersson1-4/+1
2020-08-19bump versionRasmus Andersson1-1/+1
2020-08-19Fixes an issue with rendering on Windows with ClearType by decomposing any ↵Rasmus Andersson3-15/+31
components which use non-trivial transformations like rotation or shear. This increases font size a bit but not to any worrying degree. Closes #251