From 66d89e754fbdc0ae9e5bdeaf5bea04424ab16305 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sat, 26 Aug 2017 13:35:55 -0700 Subject: Adds and improves a lot of case and calt ".case" glyphs used with tall letterforms --- .../glyphs/arrowdown.cap.glif | 22 ---- .../glyphs/arrowdown.case.glif | 22 ++++ .../glyphs/arrowleft.cap.glif | 22 ---- .../glyphs/arrowleft.case.glif | 22 ++++ .../glyphs/arrowright.cap.glif | 22 ---- .../glyphs/arrowright.case.glif | 22 ++++ src/Interface-Regular.ufo/glyphs/arrowup.cap.glif | 24 ----- src/Interface-Regular.ufo/glyphs/arrowup.case.glif | 24 +++++ .../glyphs/asterisk.case.glif | 119 +++++++++++++++++++++ src/Interface-Regular.ufo/glyphs/at.cap.glif | 22 ---- src/Interface-Regular.ufo/glyphs/at.case.glif | 22 ++++ .../glyphs/braceleft.cap.glif | 18 ---- .../glyphs/braceleft.case.glif | 18 ++++ .../glyphs/braceright.cap.glif | 18 ---- .../glyphs/braceright.case.glif | 18 ++++ .../glyphs/bracketleft.cap.glif | 18 ---- .../glyphs/bracketleft.case.glif | 18 ++++ .../glyphs/bracketright.cap.glif | 18 ---- .../glyphs/bracketright.case.glif | 18 ++++ src/Interface-Regular.ufo/glyphs/bullet.cap.glif | 22 ---- src/Interface-Regular.ufo/glyphs/bullet.case.glif | 22 ++++ src/Interface-Regular.ufo/glyphs/c.glif | 54 +++++----- src/Interface-Regular.ufo/glyphs/colon.case.glif | 25 +++++ src/Interface-Regular.ufo/glyphs/colon.glif | 2 +- src/Interface-Regular.ufo/glyphs/colon.pnum.glif | 19 ---- src/Interface-Regular.ufo/glyphs/contents.plist | 100 +++++++++-------- src/Interface-Regular.ufo/glyphs/divide.cap.glif | 22 ---- src/Interface-Regular.ufo/glyphs/divide.case.glif | 22 ++++ src/Interface-Regular.ufo/glyphs/e.glif | 54 +++++----- src/Interface-Regular.ufo/glyphs/emdash.cap.glif | 18 ---- src/Interface-Regular.ufo/glyphs/emdash.case.glif | 18 ++++ src/Interface-Regular.ufo/glyphs/endash.cap.glif | 18 ---- src/Interface-Regular.ufo/glyphs/endash.case.glif | 18 ++++ src/Interface-Regular.ufo/glyphs/equal.cap.glif | 24 ----- src/Interface-Regular.ufo/glyphs/equal.case.glif | 24 +++++ .../glyphs/figuredash.cap.glif | 20 ---- .../glyphs/figuredash.case.glif | 20 ++++ src/Interface-Regular.ufo/glyphs/hyphen.cap.glif | 22 ---- src/Interface-Regular.ufo/glyphs/hyphen.case.glif | 22 ++++ src/Interface-Regular.ufo/glyphs/hyphen.glif | 8 +- src/Interface-Regular.ufo/glyphs/minus.cap.glif | 22 ---- src/Interface-Regular.ufo/glyphs/minus.case.glif | 22 ++++ src/Interface-Regular.ufo/glyphs/multiply.cap.glif | 22 ---- .../glyphs/multiply.case.glif | 22 ++++ src/Interface-Regular.ufo/glyphs/notequal.cap.glif | 24 ----- .../glyphs/notequal.case.glif | 24 +++++ src/Interface-Regular.ufo/glyphs/o.glif | 52 ++++----- .../glyphs/parenleft.cap.glif | 81 -------------- .../glyphs/parenleft.case.glif | 81 ++++++++++++++ .../glyphs/parenright.cap.glif | 22 ---- .../glyphs/parenright.case.glif | 22 ++++ src/Interface-Regular.ufo/glyphs/period.glif | 22 ++-- src/Interface-Regular.ufo/glyphs/period.num.glif | 22 ++++ src/Interface-Regular.ufo/glyphs/plus.cap.glif | 22 ---- src/Interface-Regular.ufo/glyphs/plus.case.glif | 22 ++++ .../glyphs/plusminus.case.glif | 22 ++++ src/Interface-Regular.ufo/glyphs/semicolon.glif | 2 +- src/Interface-Regular.ufo/glyphs/two.tnum.glif | 18 ++++ src/Interface-Regular.ufo/glyphs/uni20DB__.glif | 6 +- src/Interface-Regular.ufo/glyphs/uni20DC__.glif | 6 +- 60 files changed, 886 insertions(+), 691 deletions(-) delete mode 100644 src/Interface-Regular.ufo/glyphs/arrowdown.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/arrowdown.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/arrowleft.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/arrowleft.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/arrowright.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/arrowright.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/arrowup.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/arrowup.case.glif create mode 100644 src/Interface-Regular.ufo/glyphs/asterisk.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/at.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/at.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/braceleft.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/braceleft.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/braceright.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/braceright.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/bracketleft.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/bracketleft.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/bracketright.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/bracketright.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/bullet.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/bullet.case.glif create mode 100644 src/Interface-Regular.ufo/glyphs/colon.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/colon.pnum.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/divide.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/divide.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/emdash.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/emdash.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/endash.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/endash.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/equal.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/equal.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/figuredash.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/figuredash.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/hyphen.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/hyphen.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/minus.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/minus.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/multiply.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/multiply.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/notequal.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/notequal.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/parenleft.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/parenleft.case.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/parenright.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/parenright.case.glif create mode 100644 src/Interface-Regular.ufo/glyphs/period.num.glif delete mode 100644 src/Interface-Regular.ufo/glyphs/plus.cap.glif create mode 100644 src/Interface-Regular.ufo/glyphs/plus.case.glif create mode 100644 src/Interface-Regular.ufo/glyphs/plusminus.case.glif create mode 100644 src/Interface-Regular.ufo/glyphs/two.tnum.glif (limited to 'src/Interface-Regular.ufo/glyphs') diff --git a/src/Interface-Regular.ufo/glyphs/arrowdown.cap.glif b/src/Interface-Regular.ufo/glyphs/arrowdown.cap.glif deleted file mode 100644 index 1135c16e1..000000000 --- a/src/Interface-Regular.ufo/glyphs/arrowdown.cap.glif +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.8 - 0.94 - 0.95 - 1.0 - - interface.width-adjustments - - -16 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/arrowdown.case.glif b/src/Interface-Regular.ufo/glyphs/arrowdown.case.glif new file mode 100644 index 000000000..6a2c90ab6 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/arrowdown.case.glif @@ -0,0 +1,22 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.8 + 0.94 + 0.95 + 1.0 + + interface.width-adjustments + + -16 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/arrowleft.cap.glif b/src/Interface-Regular.ufo/glyphs/arrowleft.cap.glif deleted file mode 100644 index 5df173709..000000000 --- a/src/Interface-Regular.ufo/glyphs/arrowleft.cap.glif +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.8 - 0.94 - 0.95 - 1.0 - - interface.width-adjustments - - -16 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/arrowleft.case.glif b/src/Interface-Regular.ufo/glyphs/arrowleft.case.glif new file mode 100644 index 000000000..bfbb1008d --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/arrowleft.case.glif @@ -0,0 +1,22 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.8 + 0.94 + 0.95 + 1.0 + + interface.width-adjustments + + -16 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/arrowright.cap.glif b/src/Interface-Regular.ufo/glyphs/arrowright.cap.glif deleted file mode 100644 index 5371d1042..000000000 --- a/src/Interface-Regular.ufo/glyphs/arrowright.cap.glif +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.8 - 0.94 - 0.95 - 1.0 - - interface.width-adjustments - - -16 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/arrowright.case.glif b/src/Interface-Regular.ufo/glyphs/arrowright.case.glif new file mode 100644 index 000000000..cad231432 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/arrowright.case.glif @@ -0,0 +1,22 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.8 + 0.94 + 0.95 + 1.0 + + interface.width-adjustments + + -16 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/arrowup.cap.glif b/src/Interface-Regular.ufo/glyphs/arrowup.cap.glif deleted file mode 100644 index 8e8a3743b..000000000 --- a/src/Interface-Regular.ufo/glyphs/arrowup.cap.glif +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.8 - 0.94 - 0.95 - 1.0 - - interface.gridadjust.original - {'width': 1800, 'leftMargin': 296, 'rightMargin': 304} - interface.width-adjustments - - -16 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/arrowup.case.glif b/src/Interface-Regular.ufo/glyphs/arrowup.case.glif new file mode 100644 index 000000000..f5001d609 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/arrowup.case.glif @@ -0,0 +1,24 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.8 + 0.94 + 0.95 + 1.0 + + interface.gridadjust.original + {'width': 1800, 'leftMargin': 296, 'rightMargin': 304} + interface.width-adjustments + + -16 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/asterisk.case.glif b/src/Interface-Regular.ufo/glyphs/asterisk.case.glif new file mode 100644 index 000000000..bd0e59016 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/asterisk.case.glif @@ -0,0 +1,119 @@ + + + + + Recipe: + 1. make horizontal rect + 2. copy rect and paste + 3. rotate by 60 deg + 4. enter transform mode and center it + 5. copy the rotated piece and paste + 6. flip on vertical axis + 7. enter transform mode and center it + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 1072 + y + 1024 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 1132 + y + 1448 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 1132 + y + 460 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 940 + y + 352 + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 768 + y + 1708 + + + + + diff --git a/src/Interface-Regular.ufo/glyphs/at.cap.glif b/src/Interface-Regular.ufo/glyphs/at.cap.glif deleted file mode 100644 index d77a33166..000000000 --- a/src/Interface-Regular.ufo/glyphs/at.cap.glif +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.94 - 0.94 - 0.94 - 1.0 - - interface.width-adjustments - - -16 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/at.case.glif b/src/Interface-Regular.ufo/glyphs/at.case.glif new file mode 100644 index 000000000..e78088bcd --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/at.case.glif @@ -0,0 +1,22 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.94 + 0.94 + 0.94 + 1.0 + + interface.width-adjustments + + -16 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/braceleft.cap.glif b/src/Interface-Regular.ufo/glyphs/braceleft.cap.glif deleted file mode 100644 index bf5f8c93c..000000000 --- a/src/Interface-Regular.ufo/glyphs/braceleft.cap.glif +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.94 - 0.94 - 0.94 - 1.0 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/braceleft.case.glif b/src/Interface-Regular.ufo/glyphs/braceleft.case.glif new file mode 100644 index 000000000..5bb77e00f --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/braceleft.case.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.94 + 0.94 + 0.94 + 1.0 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/braceright.cap.glif b/src/Interface-Regular.ufo/glyphs/braceright.cap.glif deleted file mode 100644 index 2d0f0ab51..000000000 --- a/src/Interface-Regular.ufo/glyphs/braceright.cap.glif +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.94 - 0.94 - 0.94 - 1.0 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/braceright.case.glif b/src/Interface-Regular.ufo/glyphs/braceright.case.glif new file mode 100644 index 000000000..1e19378d8 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/braceright.case.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.94 + 0.94 + 0.94 + 1.0 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/bracketleft.cap.glif b/src/Interface-Regular.ufo/glyphs/bracketleft.cap.glif deleted file mode 100644 index e80b0f206..000000000 --- a/src/Interface-Regular.ufo/glyphs/bracketleft.cap.glif +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.94 - 0.94 - 0.94 - 1.0 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/bracketleft.case.glif b/src/Interface-Regular.ufo/glyphs/bracketleft.case.glif new file mode 100644 index 000000000..709eec679 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/bracketleft.case.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.94 + 0.94 + 0.94 + 1.0 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/bracketright.cap.glif b/src/Interface-Regular.ufo/glyphs/bracketright.cap.glif deleted file mode 100644 index 6de1774f3..000000000 --- a/src/Interface-Regular.ufo/glyphs/bracketright.cap.glif +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.94 - 0.94 - 0.94 - 1.0 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/bracketright.case.glif b/src/Interface-Regular.ufo/glyphs/bracketright.case.glif new file mode 100644 index 000000000..66b7880e0 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/bracketright.case.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.94 + 0.94 + 0.94 + 1.0 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/bullet.cap.glif b/src/Interface-Regular.ufo/glyphs/bullet.cap.glif deleted file mode 100644 index bb066b3f0..000000000 --- a/src/Interface-Regular.ufo/glyphs/bullet.cap.glif +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.94 - 0.94 - 0.94 - 1.0 - - interface.width-adjustments - - -16 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/bullet.case.glif b/src/Interface-Regular.ufo/glyphs/bullet.case.glif new file mode 100644 index 000000000..3600925e6 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/bullet.case.glif @@ -0,0 +1,22 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.94 + 0.94 + 0.94 + 1.0 + + interface.width-adjustments + + -16 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/c.glif b/src/Interface-Regular.ufo/glyphs/c.glif index 4717aafa7..f1bc95ccd 100644 --- a/src/Interface-Regular.ufo/glyphs/c.glif +++ b/src/Interface-Regular.ufo/glyphs/c.glif @@ -4,32 +4,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -70,7 +70,7 @@ 0 0 1 - -8 + 0 0 diff --git a/src/Interface-Regular.ufo/glyphs/colon.case.glif b/src/Interface-Regular.ufo/glyphs/colon.case.glif new file mode 100644 index 000000000..b51b061a6 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/colon.case.glif @@ -0,0 +1,25 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.94 + 0.94 + 0.94 + 1.0 + + interface.gridadjust.original + {'width': 829, 'leftMargin': 271, 'rightMargin': 222} + interface.width-adjustments + + -16 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/colon.glif b/src/Interface-Regular.ufo/glyphs/colon.glif index b11fca477..97beb65c6 100644 --- a/src/Interface-Regular.ufo/glyphs/colon.glif +++ b/src/Interface-Regular.ufo/glyphs/colon.glif @@ -4,7 +4,7 @@ - + diff --git a/src/Interface-Regular.ufo/glyphs/colon.pnum.glif b/src/Interface-Regular.ufo/glyphs/colon.pnum.glif deleted file mode 100644 index 261e84432..000000000 --- a/src/Interface-Regular.ufo/glyphs/colon.pnum.glif +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - interface.gridadjust.original - {'width': 829, 'leftMargin': 271, 'rightMargin': 222} - interface.width-adjustments - - -16 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/contents.plist b/src/Interface-Regular.ufo/glyphs/contents.plist index 6e217c256..0dec83584 100644 --- a/src/Interface-Regular.ufo/glyphs/contents.plist +++ b/src/Interface-Regular.ufo/glyphs/contents.plist @@ -398,8 +398,8 @@ archdblsubnosp.glif arrowdown arrowdown.glif - arrowdown.cap - arrowdown.cap.glif + arrowdown.case + arrowdown.case.glif arrowheaddownmod arrowheaddownmod.glif arrowheadleftmod @@ -410,16 +410,16 @@ arrowheadupmod.glif arrowleft arrowleft.glif - arrowleft.cap - arrowleft.cap.glif + arrowleft.case + arrowleft.case.glif arrowright arrowright.glif - arrowright.cap - arrowright.cap.glif + arrowright.case + arrowright.case.glif arrowup arrowup.glif - arrowup.cap - arrowup.cap.glif + arrowup.case + arrowup.case.glif asciicircum asciicircum.glif asciitilde @@ -434,12 +434,14 @@ ascriptturn_uni02DE__.glif asterisk asterisk.glif + asterisk.case + asterisk.case.glif asterism asterism.glif at at.glif - at.cap - at.cap.glif + at.case + at.case.glif aturn aturn.glif aturn_uni02DE @@ -478,20 +480,20 @@ blackleftpointingtriangle.glif braceleft braceleft.glif - braceleft.cap - braceleft.cap.glif + braceleft.case + braceleft.case.glif braceright braceright.glif - braceright.cap - braceright.cap.glif + braceright.case + braceright.case.glif bracketleft bracketleft.glif - bracketleft.cap - bracketleft.cap.glif + bracketleft.case + bracketleft.case.glif bracketright bracketright.glif - bracketright.cap - bracketright.cap.glif + bracketright.case + bracketright.case.glif breve breve.glif breveacutecomb @@ -524,8 +526,8 @@ btopbar.glif bullet bullet.glif - bullet.cap - bullet.cap.glif + bullet.case + bullet.case.glif bullseye bullseye.glif c @@ -596,8 +598,8 @@ circumflextildecomb.glif colon colon.glif - colon.pnum - colon.pnum.glif + colon.case + colon.case.glif coloncurrency coloncurrency.glif colontriangularhalfmod @@ -716,8 +718,8 @@ digamma.glif divide divide.glif - divide.cap - divide.cap.glif + divide.case + divide.case.glif djecyrillic djecyrillic.glif dollar @@ -792,8 +794,8 @@ emcyrillic.glif emdash emdash.glif - emdash.cap - emdash.cap.glif + emdash.case + emdash.case.glif emquad emquad.glif emspace @@ -802,8 +804,8 @@ encyrillic.glif endash endash.glif - endash.cap - endash.cap.glif + endash.case + endash.case.glif endescendercyrillic endescendercyrillic.glif eng @@ -834,8 +836,8 @@ epsilonclosed.glif equal equal.glif - equal.cap - equal.cap.glif + equal.case + equal.case.glif equalsub equalsub.glif equalsuperior @@ -880,8 +882,8 @@ f.glif figuredash figuredash.glif - figuredash.cap - figuredash.cap.glif + figuredash.case + figuredash.case.glif figurespace figurespace.glif finalkaf @@ -1040,8 +1042,8 @@ hv.glif hyphen hyphen.glif - hyphen.cap - hyphen.cap.glif + hyphen.case + hyphen.case.glif hyphen__ hyphen__.glif hyphenbullet @@ -1212,8 +1214,8 @@ mill.glif minus minus.glif - minus.cap - minus.cap.glif + minus.case + minus.case.glif minusmod minusmod.glif minussub @@ -1230,8 +1232,8 @@ mu.glif multiply multiply.glif - multiply.cap - multiply.cap.glif + multiply.case + multiply.case.glif n n.glif naira @@ -1258,8 +1260,8 @@ nlfthook.glif notequal notequal.glif - notequal.cap - notequal.cap.glif + notequal.case + notequal.case.glif nrthook nrthook.glif nsuperior @@ -1352,16 +1354,16 @@ paragraph.glif parenleft parenleft.glif - parenleft.cap - parenleft.cap.glif + parenleft.case + parenleft.case.glif parenleftinferior parenleftinferior.glif parenleftsuperior parenleftsuperior.glif parenright parenright.glif - parenright.cap - parenright.cap.glif + parenright.case + parenright.case.glif parenrightsub parenrightsub.glif parenrightsuperior @@ -1376,6 +1378,8 @@ percent.glif period period.glif + period.num + period.num.glif periodcentered periodcentered.glif perispomenigreekcmb @@ -1414,10 +1418,12 @@ placeofinterestsign.specz.medium.glif plus plus.glif - plus.cap - plus.cap.glif + plus.case + plus.case.glif plusminus plusminus.glif + plusminus.case + plusminus.case.glif plusmod plusmod.glif plussub @@ -1808,6 +1814,8 @@ two.glif two.sup two.sup.glif + two.tnum + two.tnum.glif twodotleader twodotleader.glif tworoman diff --git a/src/Interface-Regular.ufo/glyphs/divide.cap.glif b/src/Interface-Regular.ufo/glyphs/divide.cap.glif deleted file mode 100644 index 5e81c3b50..000000000 --- a/src/Interface-Regular.ufo/glyphs/divide.cap.glif +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.8 - 0.94 - 0.95 - 1.0 - - interface.width-adjustments - - -16 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/divide.case.glif b/src/Interface-Regular.ufo/glyphs/divide.case.glif new file mode 100644 index 000000000..46a73bed7 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/divide.case.glif @@ -0,0 +1,22 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.8 + 0.94 + 0.95 + 1.0 + + interface.width-adjustments + + -16 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/e.glif b/src/Interface-Regular.ufo/glyphs/e.glif index c3e7e747e..0c904be81 100644 --- a/src/Interface-Regular.ufo/glyphs/e.glif +++ b/src/Interface-Regular.ufo/glyphs/e.glif @@ -6,33 +6,33 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Interface-Regular.ufo/glyphs/emdash.cap.glif b/src/Interface-Regular.ufo/glyphs/emdash.cap.glif deleted file mode 100644 index 14c9036ad..000000000 --- a/src/Interface-Regular.ufo/glyphs/emdash.cap.glif +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.94 - 0.94 - 0.94 - 1.0 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/emdash.case.glif b/src/Interface-Regular.ufo/glyphs/emdash.case.glif new file mode 100644 index 000000000..e120f89f5 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/emdash.case.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.94 + 0.94 + 0.94 + 1.0 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/endash.cap.glif b/src/Interface-Regular.ufo/glyphs/endash.cap.glif deleted file mode 100644 index 806d2c64b..000000000 --- a/src/Interface-Regular.ufo/glyphs/endash.cap.glif +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.94 - 0.94 - 0.94 - 1.0 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/endash.case.glif b/src/Interface-Regular.ufo/glyphs/endash.case.glif new file mode 100644 index 000000000..80a8ad053 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/endash.case.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.94 + 0.94 + 0.94 + 1.0 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/equal.cap.glif b/src/Interface-Regular.ufo/glyphs/equal.cap.glif deleted file mode 100644 index 833b6ede1..000000000 --- a/src/Interface-Regular.ufo/glyphs/equal.cap.glif +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.8 - 0.94 - 0.95 - 1.0 - - interface.gridadjust.original - {'width': 1664, 'leftMargin': 256, 'rightMargin': 256} - interface.width-adjustments - - -16 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/equal.case.glif b/src/Interface-Regular.ufo/glyphs/equal.case.glif new file mode 100644 index 000000000..a56e0dfa2 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/equal.case.glif @@ -0,0 +1,24 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.8 + 0.94 + 0.95 + 1.0 + + interface.gridadjust.original + {'width': 1664, 'leftMargin': 256, 'rightMargin': 256} + interface.width-adjustments + + -16 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/figuredash.cap.glif b/src/Interface-Regular.ufo/glyphs/figuredash.cap.glif deleted file mode 100644 index 16422005b..000000000 --- a/src/Interface-Regular.ufo/glyphs/figuredash.cap.glif +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.94 - 0.94 - 0.94 - 1.0 - - interface.gridadjust.original - {'width': 1610, 'leftMargin': 256, 'rightMargin': 330} - - - diff --git a/src/Interface-Regular.ufo/glyphs/figuredash.case.glif b/src/Interface-Regular.ufo/glyphs/figuredash.case.glif new file mode 100644 index 000000000..f5aab3d76 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/figuredash.case.glif @@ -0,0 +1,20 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.94 + 0.94 + 0.94 + 1.0 + + interface.gridadjust.original + {'width': 1610, 'leftMargin': 256, 'rightMargin': 330} + + + diff --git a/src/Interface-Regular.ufo/glyphs/hyphen.cap.glif b/src/Interface-Regular.ufo/glyphs/hyphen.cap.glif deleted file mode 100644 index 4f4846a72..000000000 --- a/src/Interface-Regular.ufo/glyphs/hyphen.cap.glif +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.94 - 0.94 - 0.94 - 1.0 - - interface.width-adjustments - - -16 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/hyphen.case.glif b/src/Interface-Regular.ufo/glyphs/hyphen.case.glif new file mode 100644 index 000000000..5bdc5d250 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/hyphen.case.glif @@ -0,0 +1,22 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.94 + 0.94 + 0.94 + 1.0 + + interface.width-adjustments + + -16 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/hyphen.glif b/src/Interface-Regular.ufo/glyphs/hyphen.glif index 9c31dc9a9..9f8cade74 100644 --- a/src/Interface-Regular.ufo/glyphs/hyphen.glif +++ b/src/Interface-Regular.ufo/glyphs/hyphen.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/src/Interface-Regular.ufo/glyphs/minus.cap.glif b/src/Interface-Regular.ufo/glyphs/minus.cap.glif deleted file mode 100644 index 8b733dc62..000000000 --- a/src/Interface-Regular.ufo/glyphs/minus.cap.glif +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.8 - 0.94 - 0.95 - 1.0 - - interface.width-adjustments - - -16 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/minus.case.glif b/src/Interface-Regular.ufo/glyphs/minus.case.glif new file mode 100644 index 000000000..f3209deb6 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/minus.case.glif @@ -0,0 +1,22 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.8 + 0.94 + 0.95 + 1.0 + + interface.width-adjustments + + -16 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/multiply.cap.glif b/src/Interface-Regular.ufo/glyphs/multiply.cap.glif deleted file mode 100644 index d8f37238e..000000000 --- a/src/Interface-Regular.ufo/glyphs/multiply.cap.glif +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.8 - 0.94 - 0.95 - 1.0 - - interface.width-adjustments - - -16 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/multiply.case.glif b/src/Interface-Regular.ufo/glyphs/multiply.case.glif new file mode 100644 index 000000000..d4e30f2b2 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/multiply.case.glif @@ -0,0 +1,22 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.8 + 0.94 + 0.95 + 1.0 + + interface.width-adjustments + + -16 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/notequal.cap.glif b/src/Interface-Regular.ufo/glyphs/notequal.cap.glif deleted file mode 100644 index 3a773ca9e..000000000 --- a/src/Interface-Regular.ufo/glyphs/notequal.cap.glif +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.8 - 0.94 - 0.95 - 1.0 - - interface.gridadjust.original - {'width': 1543, 'leftMargin': 256, 'rightMargin': 135} - interface.width-adjustments - - -16 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/notequal.case.glif b/src/Interface-Regular.ufo/glyphs/notequal.case.glif new file mode 100644 index 000000000..74dad9f2f --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/notequal.case.glif @@ -0,0 +1,24 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.8 + 0.94 + 0.95 + 1.0 + + interface.gridadjust.original + {'width': 1543, 'leftMargin': 256, 'rightMargin': 135} + interface.width-adjustments + + -16 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/o.glif b/src/Interface-Regular.ufo/glyphs/o.glif index bfa86bd99..8537be3e2 100644 --- a/src/Interface-Regular.ufo/glyphs/o.glif +++ b/src/Interface-Regular.ufo/glyphs/o.glif @@ -4,32 +4,32 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -63,14 +63,14 @@ baseGlyph - c + e transformation 1 0 0 1 - 0 + -2 0 diff --git a/src/Interface-Regular.ufo/glyphs/parenleft.cap.glif b/src/Interface-Regular.ufo/glyphs/parenleft.cap.glif deleted file mode 100644 index cf436bdfa..000000000 --- a/src/Interface-Regular.ufo/glyphs/parenleft.cap.glif +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - com.typemytype.robofont.guides - - - angle - 90.0 - isGlobal - - magnetic - 5 - name - - x - 384 - y - -128 - - - angle - 90.0 - isGlobal - - magnetic - 5 - name - - x - 584 - y - 4 - - - angle - 0 - isGlobal - - magnetic - 5 - name - - x - 388 - y - 1752 - - - angle - 0 - isGlobal - - magnetic - 5 - name - - x - 556 - y - 1640 - - - com.typemytype.robofont.mark - - 0.94 - 0.94 - 0.94 - 1.0 - - interface.width-adjustments - - -16 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/parenleft.case.glif b/src/Interface-Regular.ufo/glyphs/parenleft.case.glif new file mode 100644 index 000000000..c2803e11e --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/parenleft.case.glif @@ -0,0 +1,81 @@ + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 384 + y + -128 + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 584 + y + 4 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 388 + y + 1752 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 556 + y + 1640 + + + com.typemytype.robofont.mark + + 0.94 + 0.94 + 0.94 + 1.0 + + interface.width-adjustments + + -16 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/parenright.cap.glif b/src/Interface-Regular.ufo/glyphs/parenright.cap.glif deleted file mode 100644 index f20aee477..000000000 --- a/src/Interface-Regular.ufo/glyphs/parenright.cap.glif +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.94 - 0.94 - 0.94 - 1.0 - - interface.width-adjustments - - -16 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/parenright.case.glif b/src/Interface-Regular.ufo/glyphs/parenright.case.glif new file mode 100644 index 000000000..393f1e28f --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/parenright.case.glif @@ -0,0 +1,22 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.94 + 0.94 + 0.94 + 1.0 + + interface.width-adjustments + + -16 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/period.glif b/src/Interface-Regular.ufo/glyphs/period.glif index 35e1d0aec..400a86c27 100644 --- a/src/Interface-Regular.ufo/glyphs/period.glif +++ b/src/Interface-Regular.ufo/glyphs/period.glif @@ -4,18 +4,18 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/src/Interface-Regular.ufo/glyphs/period.num.glif b/src/Interface-Regular.ufo/glyphs/period.num.glif new file mode 100644 index 000000000..1a008c9bb --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/period.num.glif @@ -0,0 +1,22 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.94 + 0.94 + 0.94 + 1.0 + + interface.width-adjustments + + -16 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/plus.cap.glif b/src/Interface-Regular.ufo/glyphs/plus.cap.glif deleted file mode 100644 index 229b6ebb0..000000000 --- a/src/Interface-Regular.ufo/glyphs/plus.cap.glif +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - com.typemytype.robofont.mark - - 0.8 - 0.94 - 0.95 - 1.0 - - interface.width-adjustments - - -16 - - - - diff --git a/src/Interface-Regular.ufo/glyphs/plus.case.glif b/src/Interface-Regular.ufo/glyphs/plus.case.glif new file mode 100644 index 000000000..c554586de --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/plus.case.glif @@ -0,0 +1,22 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.8 + 0.94 + 0.95 + 1.0 + + interface.width-adjustments + + -16 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/plusminus.case.glif b/src/Interface-Regular.ufo/glyphs/plusminus.case.glif new file mode 100644 index 000000000..450db5c88 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/plusminus.case.glif @@ -0,0 +1,22 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.8 + 0.94 + 0.95 + 1.0 + + interface.width-adjustments + + -16 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/semicolon.glif b/src/Interface-Regular.ufo/glyphs/semicolon.glif index 6d21cf1d1..8981832df 100644 --- a/src/Interface-Regular.ufo/glyphs/semicolon.glif +++ b/src/Interface-Regular.ufo/glyphs/semicolon.glif @@ -3,7 +3,7 @@ - + diff --git a/src/Interface-Regular.ufo/glyphs/two.tnum.glif b/src/Interface-Regular.ufo/glyphs/two.tnum.glif new file mode 100644 index 000000000..ca8bdf7d8 --- /dev/null +++ b/src/Interface-Regular.ufo/glyphs/two.tnum.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.9230863777 + 0.9647658846 + 0.7857136537 + 1.0 + + + + diff --git a/src/Interface-Regular.ufo/glyphs/uni20DB__.glif b/src/Interface-Regular.ufo/glyphs/uni20DB__.glif index 86c5454ed..3c8e5cc93 100644 --- a/src/Interface-Regular.ufo/glyphs/uni20DB__.glif +++ b/src/Interface-Regular.ufo/glyphs/uni20DB__.glif @@ -3,12 +3,12 @@ - - - + + + diff --git a/src/Interface-Regular.ufo/glyphs/uni20DC__.glif b/src/Interface-Regular.ufo/glyphs/uni20DC__.glif index a9336ba75..c9ce3b5ae 100644 --- a/src/Interface-Regular.ufo/glyphs/uni20DC__.glif +++ b/src/Interface-Regular.ufo/glyphs/uni20DC__.glif @@ -3,13 +3,13 @@ - - - + + + -- cgit v1.2.3