summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2018-02-17 10:07:45 +0300
committerRasmus Andersson <rasmus@notion.se>2018-02-17 10:07:45 +0300
commit76b14fb6bf6c458ad6374d4003df4d61b293c9bd (patch)
tree2cbc9c0702bc4f531f5dc9f7f9e3ec421a149753
parentded53913598880d8cb957430cd719ae290d94d73 (diff)
downloadinter-76b14fb6bf6c458ad6374d4003df4d61b293c9bd.tar.xz
Adds glyphs U+2713 check mark and U+2717 ballot x
-rw-r--r--docs/lab/index.html3
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/contents.plist4
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dngb_ballotx.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dngb_check.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/multiply.glif16
-rw-r--r--src/Inter-UI-Black.ufo/lib.plist6
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/contents.plist4
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dngb_ballotx.glif78
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dngb_check.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/lib.plist4
-rw-r--r--src/glyphorder.txt4
11 files changed, 157 insertions, 11 deletions
diff --git a/docs/lab/index.html b/docs/lab/index.html
index 260b10ab9..f7198887e 100644
--- a/docs/lab/index.html
+++ b/docs/lab/index.html
@@ -175,7 +175,6 @@ samples.set('Latin extended', `
āăąǎȧǟǡǣǻǽȁȃ ƀƂƄƅ ćĉċčƈȼ ďđƋƌȡ ȸȹ ēĕėęěȅȇȩɇ ƒ ĝğġģǥǧǵ ĥħƕȟ ĩīĭįıijǐȉȋ ĵǰȷɉ ķĸƙǩ ĺļľŀƚł ńņňʼnŋƞǹȵ ōŏőœơǒǫǭǿȍȏȫȭȯȱ ƥ ŕŗřȑȓɍ śŝşšƨșȿ ţťŧƫƭțȶ ũūŭůűųưǔǖǘǚǜȕȗ ŵ ŷȳɏ źżžƶȥɀ
-
`)
samples.set('Combi base glyphs (top 200)', `
@@ -314,7 +313,7 @@ da 27. es 38. an 87, in 68, 674
samples.set('Symbols', `
-→ ⟶ ← ⟵ ↑ ↓ ↖ ↗ ↘ ↙
+→ ⟶ ← ⟵ ↑ ↓ ↖ ↗ ↘ ↙ \u2713 \u2717
► Next (U+25BA)
◀ Previous (U+25C0)
▼ AMZ (U+25BC)
diff --git a/src/Inter-UI-Black.ufo/glyphs/contents.plist b/src/Inter-UI-Black.ufo/glyphs/contents.plist
index fbc617103..b74dc404c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/contents.plist
+++ b/src/Inter-UI-Black.ufo/glyphs/contents.plist
@@ -736,6 +736,10 @@
<string>divide.case.glif</string>
<key>djecyrillic</key>
<string>djecyrillic.glif</string>
+ <key>dngb_ballotx</key>
+ <string>dngb_ballotx.glif</string>
+ <key>dngb_check</key>
+ <string>dngb_check.glif</string>
<key>dollar</key>
<string>dollar.glif</string>
<key>dotaccent</key>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dngb_ballotx.glif b/src/Inter-UI-Black.ufo/glyphs/dngb_ballotx.glif
new file mode 100644
index 000000000..5c6d3085a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/dngb_ballotx.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dngb_ballotx" format="1">
+ <advance width="1864"/>
+ <unicode hex="2717"/>
+ <outline>
+ <contour>
+ <point x="476" y="120" type="line"/>
+ <point x="1644" y="1308" type="line"/>
+ <point x="1388" y="1560" type="line"/>
+ <point x="220" y="372" type="line"/>
+ </contour>
+ <contour>
+ <point x="1388" y="120" type="line"/>
+ <point x="1644" y="372" type="line"/>
+ <point x="476" y="1560" type="line"/>
+ <point x="220" y="1308" type="line"/>
+ </contour>
+ </outline>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dngb_check.glif b/src/Inter-UI-Black.ufo/glyphs/dngb_check.glif
new file mode 100644
index 000000000..60fa05a58
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/dngb_check.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dngb_check" format="1">
+ <advance width="2620"/>
+ <unicode hex="2713"/>
+ <outline>
+ <contour>
+ <point x="2400" y="1500" type="line"/>
+ <point x="2132" y="1764" type="line"/>
+ <point x="1008" y="648" type="line"/>
+ <point x="484" y="1168" type="line"/>
+ <point x="220" y="900" type="line"/>
+ <point x="1008" y="116" type="line"/>
+ </contour>
+ </outline>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/multiply.glif b/src/Inter-UI-Black.ufo/glyphs/multiply.glif
index 339bd0269..3cd2f808f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/multiply.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/multiply.glif
@@ -4,16 +4,16 @@
<unicode hex="00D7"/>
<outline>
<contour>
- <point x="376" y="224" type="line"/>
- <point x="1448" y="1316" type="line"/>
- <point x="1192" y="1568" type="line"/>
- <point x="120" y="476" type="line"/>
+ <point x="392" y="240" type="line"/>
+ <point x="1432" y="1300" type="line"/>
+ <point x="1176" y="1552" type="line"/>
+ <point x="136" y="492" type="line"/>
</contour>
<contour>
- <point x="1192" y="224" type="line"/>
- <point x="1448" y="476" type="line"/>
- <point x="376" y="1568" type="line"/>
- <point x="120" y="1316" type="line"/>
+ <point x="1176" y="240" type="line"/>
+ <point x="1432" y="492" type="line"/>
+ <point x="392" y="1552" type="line"/>
+ <point x="136" y="1300" type="line"/>
</contour>
</outline>
<lib>
diff --git a/src/Inter-UI-Black.ufo/lib.plist b/src/Inter-UI-Black.ufo/lib.plist
index 4aa3ad0c5..4be89137f 100644
--- a/src/Inter-UI-Black.ufo/lib.plist
+++ b/src/Inter-UI-Black.ufo/lib.plist
@@ -160,7 +160,7 @@
<key>name</key>
<string></string>
<key>x</key>
- <integer>1396</integer>
+ <integer>1016</integer>
<key>y</key>
<integer>832</integer>
</dict>
@@ -738,6 +738,8 @@
<string>arrowNE</string>
<string>arrowSE</string>
<string>arrowSW</string>
+ <string>dngb_check</string>
+ <string>dngb_ballotx</string>
<string>triagrt</string>
<string>triagdn</string>
<string>triagup</string>
@@ -2197,6 +2199,8 @@
<string>arrowNE</string>
<string>arrowSE</string>
<string>arrowSW</string>
+ <string>dngb_check</string>
+ <string>dngb_ballotx</string>
<string>triagrt</string>
<string>triagdn</string>
<string>triagup</string>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/contents.plist b/src/Inter-UI-Regular.ufo/glyphs/contents.plist
index 6b98b8fe5..07a9d2986 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/contents.plist
+++ b/src/Inter-UI-Regular.ufo/glyphs/contents.plist
@@ -736,6 +736,10 @@
<string>divide.case.glif</string>
<key>djecyrillic</key>
<string>djecyrillic.glif</string>
+ <key>dngb_ballotx</key>
+ <string>dngb_ballotx.glif</string>
+ <key>dngb_check</key>
+ <string>dngb_check.glif</string>
<key>dollar</key>
<string>dollar.glif</string>
<key>dotaccent</key>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dngb_ballotx.glif b/src/Inter-UI-Regular.ufo/glyphs/dngb_ballotx.glif
new file mode 100644
index 000000000..4bc43e08e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/dngb_ballotx.glif
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dngb_ballotx" format="1">
+ <advance width="1816"/>
+ <unicode hex="2717"/>
+ <outline>
+ <contour>
+ <point x="392" y="196" type="line"/>
+ <point x="1592" y="1416" type="line"/>
+ <point x="1440" y="1572" type="line"/>
+ <point x="240" y="352" type="line"/>
+ </contour>
+ <contour>
+ <point x="1424" y="196" type="line"/>
+ <point x="1576" y="352" type="line"/>
+ <point x="376" y="1572" type="line"/>
+ <point x="224" y="1416" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.typemytype.robofont.guides</key>
+ <array>
+ <dict>
+ <key>angle</key>
+ <integer>0</integer>
+ <key>isGlobal</key>
+ <false/>
+ <key>magnetic</key>
+ <integer>5</integer>
+ <key>name</key>
+ <string></string>
+ <key>x</key>
+ <integer>1012</integer>
+ <key>y</key>
+ <integer>196</integer>
+ </dict>
+ </array>
+ <key>com.typemytype.robofont.layerData</key>
+ <dict>
+ <key>reference</key>
+ <dict>
+ <key>anchors</key>
+ <array>
+ </array>
+ <key>components</key>
+ <array>
+ <dict>
+ <key>baseGlyph</key>
+ <string>dngb:check</string>
+ <key>transformation</key>
+ <array>
+ <integer>1</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>1</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ </array>
+ </dict>
+ </array>
+ <key>contours</key>
+ <array>
+ </array>
+ <key>lib</key>
+ <dict>
+ </dict>
+ <key>name</key>
+ <string>dngb_ballotx</string>
+ <key>unicodes</key>
+ <array>
+ </array>
+ <key>width</key>
+ <integer>1816</integer>
+ </dict>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dngb_check.glif b/src/Inter-UI-Regular.ufo/glyphs/dngb_check.glif
new file mode 100644
index 000000000..21046a5f7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/dngb_check.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dngb_check" format="1">
+ <advance width="2492"/>
+ <unicode hex="2713"/>
+ <outline>
+ <contour>
+ <point x="2272" y="1516" type="line"/>
+ <point x="2112" y="1680" type="line"/>
+ <point x="944" y="520" type="line"/>
+ <point x="380" y="1076" type="line"/>
+ <point x="220" y="916" type="line"/>
+ <point x="944" y="196" type="line"/>
+ </contour>
+ </outline>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/lib.plist b/src/Inter-UI-Regular.ufo/lib.plist
index 31fc15fd7..13ee7ba32 100644
--- a/src/Inter-UI-Regular.ufo/lib.plist
+++ b/src/Inter-UI-Regular.ufo/lib.plist
@@ -941,6 +941,8 @@
<string>arrowNE</string>
<string>arrowSE</string>
<string>arrowSW</string>
+ <string>uni2713</string>
+ <string>uni2717</string>
<string>triagrt</string>
<string>triagdn</string>
<string>triagup</string>
@@ -2394,6 +2396,8 @@
<string>arrowNE</string>
<string>arrowSE</string>
<string>arrowSW</string>
+ <string>uni2713</string>
+ <string>uni2717</string>
<string>triagrt</string>
<string>triagdn</string>
<string>triagup</string>
diff --git a/src/glyphorder.txt b/src/glyphorder.txt
index 1b8fcc81d..1de1b3749 100644
--- a/src/glyphorder.txt
+++ b/src/glyphorder.txt
@@ -628,6 +628,10 @@ arrowNW
arrowNE
arrowSE
arrowSW
+dngb_check
+dngb_ballotx
+uni2713
+uni2717
triagrt
triagdn
triagup