1
1
mirror of https://github.com/rsms/inter.git synced 2024-11-30 01:15:54 +03:00
Commit Graph

1147 Commits

Author SHA1 Message Date
Rasmus Andersson
dc1f6bbe28 Fixes missing or incorrect mark anchors in several turn* glyphs
Closes #336

- aturn
- hturn
- kturn
- mturn
- rturn
- tturn
- vturn
- wturn
- yturn
- Fturn
- Eturn
2021-03-28 13:59:37 -07:00
Rasmus Andersson
43ee6710d9 Fixes glyphs acutedblnosp, dblgravecmb, uni02F6, uni02F5; Closes #339 2021-03-28 13:20:40 -07:00
Rasmus Andersson
9bdda18b23 tooling: remote unused misc/fontbuildlib/version.py 2021-03-28 12:40:09 -07:00
Rasmus Andersson
9e99159a47 reduce ascender/descender to cap+666 2021-03-28 12:33:09 -07:00
Rasmus Andersson
7ef6ee2cc6 tooling: improve output data of misc/tools/fontinfo.py utility 2021-03-28 11:23:46 -07:00
Rasmus Andersson
a6a777c5ab increases ascender and descender, improves the following glyphs:
- Aring
- Uring
- aring
- aring.1
- uring
- wring
- yring
- aring
- Aringacute
- aringacute
- aringacute.1
2021-03-28 11:22:00 -07:00
Rasmus Andersson
028839879e fixes a small pedantic issue with calt which seems to have no practical effect 2021-03-28 11:21:09 -07:00
Rasmus Andersson
4f8232123d Fixes double grave interpolation issue. Closes #317 2021-03-27 13:18:33 -07:00
Rasmus Andersson
56cba2d659 tooling: adds a --profile=<file> option to fontbuild for profiling runs and adds misc/tools/fmtprofile.py for printing and inspecting profile results 2021-03-25 10:49:12 -07:00
Rasmus Andersson
034e568938 fix some fraction vector points 2021-03-24 16:46:05 -07:00
Rasmus Andersson
9f91d25709 tooling: adds gftools fix-dsig to VFs to address DSIG table issue with Microsoft Office 2003 and older 2021-03-24 16:10:12 -07:00
Rasmus Andersson
0137e4232a tooling: Upgrades some Python libraries
- 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-24 16:09:02 -07:00
Rasmus Andersson
3ff952c59d upgrade glyphs source file to Glyphs version 3 2021-03-24 15:12:48 -07:00
Rasmus Andersson
4c9d8fc1c0 tooling: fixes a performance issue with componentReferences 2021-03-24 13:26:53 -07:00
Rasmus Andersson
079ce6cd54 tooling: adds missing gftools to requirements.txt 2021-03-24 12:39:28 -07:00
Rasmus Andersson
b4f4ad1aea tooling: adds fontbakery testing 2021-03-24 12:25:49 -07:00
Rasmus Andersson
360f647dfd tooling: Decompose all nested components in hopes of addressing #156 2021-03-24 12:25:45 -07:00
Rasmus Andersson
2cbbab630f revert Glyphs 3 upgrade from 5b56e2da03 (most plugins are still not working with Glyphs 3) and backport panose patch 2021-03-23 17:59:40 -07:00
Rasmus Andersson
5b56e2da03 Fixes an issue with incorrect OS/2 Panose values being encoded into product 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-23 17:10:11 -07:00
Rasmus Andersson
ac063a796e fontinfo: fix smol py3 syntax issue 2021-03-23 17:08:14 -07:00
Rasmus Andersson
51c3ac8e08 web: port #353 to main branch 2021-03-23 15:00:00 -07:00
Rasmus Andersson
c758332430 tooling: fixes Linux build of ttfautohint. Closes #341, #289 2021-03-23 14:56:31 -07:00
Rasmus Andersson
dec3a8cb1b website: fixes anchors to two Q&A items 2020-10-07 15:33:42 -07:00
Rasmus Andersson
3c10284830 readme: add list of supporters 2020-10-06 13:32:13 -07:00
Rasmus Andersson
ca221fe038 remove RFN from license, add trademark notice. related to #282 2020-08-25 09:40:12 -07:00
Rasmus Andersson
3f77ae1a39 web: adds missing InterDisplay subset font files 2020-08-21 16:13:45 -07:00
Rasmus Andersson
57e80b4ab0 web: enable use of subset web font files (for variable fonts only) 2020-08-21 16:06:02 -07:00
Rasmus Andersson
15e2d60523 tooling: adds subset program to be run for docs_fonts in Makefile 2020-08-21 16:05:42 -07:00
Rasmus Andersson
4eee1377a7 tooling: adds a program that create subset web font files and accompanying CSS 2020-08-21 16:05:08 -07:00
Rasmus Andersson
79630f45e9 web: remove noise effect 2020-08-21 15:44:23 -07:00
Rasmus Andersson
e3927d36a5 web: update some sample images 2020-08-20 13:13:55 -07:00
Rasmus Andersson
d86c864152 misc: update misc/tools/download-count.py 2020-08-20 13:10:13 -07:00
Rasmus Andersson
dc3b56dac7 web: update samples, adding cleartype rendering samples 2020-08-20 12:57:03 -07:00
Rasmus Andersson
b7435015ca web: update version in resource urls 2020-08-20 11:18:18 -07:00
Rasmus Andersson
e9cc7718f3 web: lab font file version 2020-08-20 11:12:42 -07:00
Rasmus Andersson
e8fd39993c web: lab font file version 2020-08-20 11:07:25 -07:00
Rasmus Andersson
1cd1e1a148 release v3.15 2020-08-20 10:49:07 -07:00
Rasmus Andersson
bb4ca408f6 tooling: makefile now properly creates directories needed after a make clean invocation 2020-08-20 10:47:31 -07:00
Rasmus Andersson
5efff3b1de web: adds Elfdalian to list of covered languages 2020-08-20 10:11:36 -07:00
Rasmus Andersson
06842663b8 adds note to /yogonek 2020-08-20 10:08:23 -07:00
Rasmus Andersson
f7924a233e improved /eth U+00F0 glyph for heavier weights 2020-08-19 18:02:27 -07:00
Rasmus Andersson
3e89206f6a tooling: improve STAT table patching. See issue #308 2020-08-19 18:01:47 -07:00
Rasmus Andersson
668c2fec54 web: add Icelandic sample data to lab 2020-08-19 18:01:12 -07:00
Hugo Locurcio
4d3cbfcc3e
Adds third-party distribution info to README.md (#307, #70) 2020-08-19 16:37:15 -07:00
Rasmus Andersson
25b1bd564f glyphs: change Variation Font Origin -> Variable Font Origin in glyphs metadata (Display; changed in Glyphs 2.6) 2020-08-19 15:45:07 -07:00
Rasmus Andersson
ddb81e2646 VF: improved STAT table patch 2020-08-19 15:37:10 -07:00
Rasmus Andersson
88477a4105 tooling: remove accidental debug print 2020-08-19 15:36:43 -07:00
Rasmus Andersson
66545235e6 web: small fix to lab when running locally 2020-08-19 15:36:16 -07:00
Rasmus Andersson
b7eafdcdd2 bump version 2020-08-19 13:55:56 -07:00
Rasmus Andersson
7d70535c01 Fixes an issue with rendering on Windows with ClearType by decomposing any components which use non-trivial transformations like rotation or shear. This increases font size a bit but not to any worrying degree. Closes #251 2020-08-19 13:54:30 -07:00