1
1
mirror of https://github.com/rsms/inter.git synced 2024-12-15 18:53:38 +03:00
inter/src
Katja Schimmel 583bd89876
Fixes height issues (#240)
- change width of diacritic in u023A in thin master
- fixing weight of diacritics in thin and thin italic
- fixing diacritics of private use section in thin and thin italic
- check position diacritic anchors in thin and thin italic
- fixing latin glyphs in thin and thin italic
- closing all tabs
- remove overlapp in /uni0224
- remove overlap in /Yhook
- fix /Chook in Thin and ThinItalic
- remove overlap in /yhook /qrthook /khook /Thook
- Revert "remove overlap in /yhook /qrthook /khook /Thook"
- remove overlap in /yhook /qrthook /khook /Thook DONE
- start working on cyrillic glyphs
- fix cyrillic glyphs in thin and thin italic
- align width of latin and cyrilic glyhps in Thin and Thin Italic
- clear background in Thin and Thin Italic master
- start working on Greek glyphs in Thin and Thin italic
- working on Greek glyphs in Thin and Thin italic
- working on Greek glyphs in Thin and Thin Italic
- working on Hebrew glyphs in Thin and Thin Italic
- start working on symbols in Thin and Thin Italic
- working on symbols in Thin and Thin Italic
- working on punctuation in Thin and Thin Italic
- recheck whole characterset of Thin and Thin Italic
- check and align width of glyhps in Thin and Thin Italic
- start working on x-height issue
- work on x-height issue
- check and fix glyphs with ascender above ascender-height
- check and fix glyphs with descender above or below descender-height
2020-04-04 10:49:48 -07:00
..
features Moves arrows and NxN substitutions from liga to calt. Closes #222 2020-01-14 10:13:01 -08:00
Inter.glyphs Fixes height issues (#240) 2020-04-04 10:49:48 -07:00
InterDisplay.glyphs display /B 2020-04-04 10:42:57 -07:00
LICENSE for some glyph outlines.txt Remove generated UFO and designspace files from src directory and add some documentation of how to generate them 2019-01-22 10:28:53 -08:00
README.md typo in readme. Thanks @rarecoil. Closes #126 2019-02-11 23:25:32 -08:00

Source files

The main source file is Inter.glyphs, but you can easily generate UFOs and work with those instead, if you're using a font editor that does not support .glyphs files.

For more details on how to work with these source files and how to build font files from them, see CONTRIBUTING.md.

Generating designspace and UFO files

make designspace

This will generate all masters as UFO files in this (src) directory as well as accompanying designspace files.

You can now forget about the .glyphs file and simply work with the UFO and designspace files, and keep building using make.

Note that UFO and designspace files are automatically generated as part of the build process, so in practice you can simply run make and those files will be generated for you.