1
1
mirror of https://github.com/rsms/inter.git synced 2024-11-23 20:55:33 +03:00
Commit Graph

1081 Commits

Author SHA1 Message Date
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
Rasmus Andersson
05e3a4c774 remove "decompose" postprocessing directives from some glyphs and update copyright notice to not include URL 2020-08-19 13:53:27 -07:00
Rasmus Andersson
ca7d79eb20 web: update some samples in lab 2020-08-19 11:54:27 -07:00
Rasmus Andersson
206f684bfa tooling: include anchors in final font files. This does not seem to have real-world practial effects beyond increasing the file size, but more testing is needed. Sharing the work first. Easy to revert. 2020-08-19 11:54:07 -07:00
Rasmus Andersson
053cb053e7 glyphs: change Variation Font Origin -> Variable Font Origin in glyphs metadata (changed in Glyphs 2.6) 2020-08-18 18:16:36 -07:00
Rasmus Andersson
d76268cf8d tooling: upgrade libs, rename VF fext otf -> ttf, add STAT table patch
- upgrades 3rd party libraries used by the toolchain
- upgrades fontbuild code to adjust changes to library APIs
- renames VF font filename extensions to .ttf
- adds better STAT table patch to improve metadata on Windows
2020-08-18 17:57:25 -07:00
Rasmus Andersson
cb3d2853b9 release 3.14 2020-08-17 18:06:02 -07:00
Rasmus Andersson
e610d17682 clean up glyphs file state 2020-08-17 17:55:06 -07:00
Rasmus Andersson
27d3377ebc bump version 2020-08-17 17:54:23 -07:00
Rasmus Andersson
6b31cd8a3a Merge branch 'kdrag0n-android-clock-colon' 2020-08-17 17:51:56 -07:00
Rasmus Andersson
9c327ce76f adds note to and order of uniEE01. Also updates auto-generated feature data 2020-08-17 17:51:34 -07:00
Rasmus Andersson
f85c0df71e Merge branch 'android-clock-colon' of https://github.com/kdrag0n/inter into kdrag0n-android-clock-colon 2020-08-17 17:47:43 -07:00
Veratyr
aa15057fbd
web: Fix typo of "Extra Light" in menu (#274) 2020-08-17 17:45:21 -07:00
Dave Crossland
1b5fcd816c
Delete LICENSE for some glyph outlines.txt (#306)
Roboto is now available under OFL so this is not needed
2020-08-17 17:30:11 -07:00
Rasmus Andersson
ebdfaf21cf improvements (tuning) to calt case substitutions. See issue #251 2020-08-17 17:13:22 -07:00
Rasmus Andersson
ded07d03b6 adds "decompose" directive to fontbuild 2020-08-17 17:12:31 -07:00
Rasmus Andersson
87c4a09ce3 Adds /bitcoin sign glyph U+20BF. Closes #284 2020-08-17 16:38:45 -07:00