1
1
mirror of https://github.com/rsms/inter.git synced 2024-09-11 10:55:24 +03:00
Commit Graph

225 Commits

Author SHA1 Message Date
Rasmus Andersson
e033dcd4cb tooling: generate-opsz-layers.py only makes layers for Thin masters 2022-05-27 12:39:53 -07:00
Rasmus
0796076659
UPM 2048 and opsz axis (#462)
- UPM is adjusted to 2048
- Additional opsz VF axis (multi master) added which will eventually replace the separate Display family
- New tooling that uses fontmake instead of Inter's own fontbuild toolchain. (The old toolchain is still supported, i.e. `make -f Makefile_v1.make ...`)
2022-05-26 11:20:06 -07:00
Rasmus Andersson
633839ad55 tooling: python3-ify misc/glyphs-scripts/adjust-box-width.py 2022-05-20 10:36:25 -07:00
Rasmus Andersson
e614a1c40f Updates readme 2022-01-18 11:05:15 -08:00
Rasmus Andersson
24799043c4 Updates CONTRIBUTING.md 2022-01-17 10:25:20 -08:00
Rasmus Andersson
c57a2aa4f7 Release v3.19 2021-06-18 14:26:55 -07:00
Rasmus Andersson
310a73bad9 v3.18 2021-03-31 19:09:32 -07:00
Rasmus Andersson
6462e5b7a3 tooling: adjust include? filter for glyphs, after upgrading 3rd party libraries which changed behavior 2021-03-31 18:29:34 -07:00
Rasmus Andersson
043999af15 v3.17 2021-03-29 12:52:15 -07:00
Rasmus Andersson
637d0eb186 web: Disable subset fonts as it turns out pyftsubset does not correctly handle substitution features causing subs like ccmp to break 2021-03-29 12:30:03 -07:00
Rasmus Andersson
c9dac4c440 tooling: fixes glyphinfo generator script. Some 3rd party library changed, causing output to no longer contain glyphs not explicitly ordered. Yay, dependencies. 2021-03-29 09:14:46 -07:00
Rasmus Andersson
3d7a7d0f98 add missing subset font files 2021-03-28 15:26:26 -07:00
Rasmus Andersson
5e0d7cbfda fix python3 issue 2021-03-28 15:21:24 -07:00
Rasmus Andersson
cbc43f3a88 v3.16 2021-03-28 15:21:24 -07:00
Rasmus Andersson
9bdda18b23 tooling: remote unused misc/fontbuildlib/version.py 2021-03-28 12:40: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
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
4c9d8fc1c0 tooling: fixes a performance issue with componentReferences 2021-03-24 13:26:53 -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
ac063a796e fontinfo: fix smol py3 syntax issue 2021-03-23 17:08:14 -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
d86c864152 misc: update misc/tools/download-count.py 2020-08-20 13:10:13 -07:00
Rasmus Andersson
b7435015ca web: update version in resource urls 2020-08-20 11:18:18 -07:00
Rasmus Andersson
1cd1e1a148 release v3.15 2020-08-20 10:49:07 -07:00
Rasmus Andersson
3e89206f6a tooling: improve STAT table patching. See issue #308 2020-08-19 18:01:47 -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
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
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
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
ded07d03b6 adds "decompose" directive to fontbuild 2020-08-17 17:12:31 -07:00
Rasmus Andersson
717605c5cd tooling: Remove dockermake and fix a mkdir issue in init.sh. Closes #277 2020-05-18 08:47:33 -07:00
Rasmus Andersson
8103b1d2ee release 3.13 2020-04-09 15:13:34 -07:00
Rasmus Andersson
6a64cb5225 adds option -reveal-in-finder to makezip.sh 2020-04-09 15:11:42 -07:00
Rasmus Andersson
9890b2508d display: round all kerning values to integers 2020-04-08 20:04:59 -07:00
Rasmus Andersson
789bb692ff git hooks: set executable flag 2020-04-05 14:52:17 -07:00
Rasmus Andersson
f069633dd5 adds git hook post-merge to run init.sh 2020-04-05 14:50:36 -07:00
Rasmus Andersson
998f7770ce adds CSS file for display version (used in zip files) 2020-04-05 14:19:36 -07:00
Rasmus Andersson
2065cd3073 make: updated makefile + init script with githook for running the init script 2020-04-05 14:18:45 -07:00
Rasmus Andersson
c2a946c8c8 update installation instructions 2020-04-05 14:05:15 -07:00
Rasmus Andersson
cd4e4bca3a Fixes an issue with missing git hash in version metadata of built fonts. Closes #234 2020-04-04 13:05:03 -07:00
Rasmus Andersson
4519bffb7c Removes math codepoint from some enclosed glyphs and removed upsilonlatin.001
The following glyphs have been assigned new private-use codepoints:
- plus.circled      E15F
- minus.circled     E160
- multiply.circled  E161
- divide.circled    E162

upsilonlatin.001 has been removed (unused glyph.)

closes #250
2020-04-04 12:07:19 -07:00
Rasmus Andersson
e95089f58b fontbuild: fix bug where if g.lib did not have com.schriftgestaltung.Glyphs.lastChange the program would crash 2020-04-04 11:00:35 -07:00
Rasmus Andersson
4ee39ffbb4 add misc scripts and info for display 2020-04-04 10:43:27 -07:00
Rasmus Andersson
73fa001cd9 Merge branch 'master' into display-m 2020-03-24 10:55:22 -07:00
Rasmus Andersson
b8de6487c8 fixes merge issue with fontbuild 2020-03-24 10:51:46 -07:00
Rasmus Andersson
0224325743 import Inter and fontbuild from master 2020-03-22 19:46:59 -07:00
Rasmus Andersson
381291fe47 tooling: add guide copy script 2020-03-22 17:03:13 -07:00
Rasmus Andersson
96619506ec tools: adds a glyphs plugin script for adjusting sidebearings 2020-03-22 16:19:09 -07:00