diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-11-05 02:57:24 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-11-05 02:57:24 +0300 |
| commit | 3e55cf7c2936ed47b9f4f23acf782457ba2075f3 (patch) | |
| tree | f68d28407ae067facd8ac7ae98f5da9b6a764e7e /Putnik.ufo/glyphs/_notdef.glif | |
| parent | 86e26053865e416704bab4039719814b3fe27704 (diff) | |
| download | Putnik-3e55cf7c2936ed47b9f4f23acf782457ba2075f3.tar.gz Putnik-3e55cf7c2936ed47b9f4f23acf782457ba2075f3.zip | |
add UFO source
i actually didn't know that this existed, but it's actually very good
format for font sourcing. the next step is probably write a python
script to generate font from glyphs, because it's much better than
manual drag'n'clicking.
Diffstat (limited to 'Putnik.ufo/glyphs/_notdef.glif')
| -rw-r--r-- | Putnik.ufo/glyphs/_notdef.glif | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Putnik.ufo/glyphs/_notdef.glif b/Putnik.ufo/glyphs/_notdef.glif new file mode 100644 index 0000000..56c8962 --- /dev/null +++ b/Putnik.ufo/glyphs/_notdef.glif @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<glyph name=".notdef" format="2"> + <advance width="500"/> + <outline> + <contour> + <point x="50" y="0" type="line"/> + <point x="450" y="0" type="line"/> + <point x="450" y="533" type="line"/> + <point x="50" y="533" type="line"/> + </contour> + <contour> + <point x="100" y="50" type="line"/> + <point x="100" y="483" type="line"/> + <point x="400" y="483" type="line"/> + <point x="400" y="50" type="line"/> + </contour> + </outline> +</glyph> |
