From a0b30f7bacef2e931845a65e9311417b3768f23e Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Fri, 25 Aug 2017 02:36:02 -0700 Subject: Adds contextual alternates --- docs/lab/glyphinfo.json | 9 +++++++-- docs/lab/index.html | 17 +++++++++++++---- 2 files changed, 20 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/lab/glyphinfo.json b/docs/lab/glyphinfo.json index 2495aa1cf..9bf069a57 100644 --- a/docs/lab/glyphinfo.json +++ b/docs/lab/glyphinfo.json @@ -233,7 +233,6 @@ , ["dzeabkhasiancyrillic", 1249, "CYRILLIC SMALL LETTER ABKHASIAN DZE"] , ["izhitsacyrillic", 1141, "CYRILLIC SMALL LETTER IZHITSA"] , ["dz", 675, "LATIN SMALL LETTER DZ DIGRAPH", ""] -, ["Dzcaron", 453, "LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON"] , ["dzcaron", 454, "LATIN SMALL LETTER DZ WITH CARON"] , ["germandbls", 223, "LATIN SMALL LETTER SHARP S"] , ["dotlessi", 305, "LATIN SMALL LETTER DOTLESS I"] @@ -275,6 +274,13 @@ , ["seven", 55, "DIGIT SEVEN", "#e2f4ea"] , ["eight", 56, "DIGIT EIGHT", "#e2f4ea"] , ["nine", 57, "DIGIT NINE", "#e2f4ea"] +, ["zero.tnum", null, null, "#ebf6c8"] +, ["one.tnum", null, null, "#ebf6c8"] +, ["two.tnum", null, null, "#ebf6c8"] +, ["three.tnum", null, null, "#ebf6c8"] +, ["five.tnum", null, null, "#ebf6c8"] +, ["six.tnum", null, null, "#ebf6c8"] +, ["seven.tnum", null, null, "#ebf6c8"] , ["ampersand", 38, "AMPERSAND", "#efefef"] , ["exclam", 33, "EXCLAMATION MARK", "#efefef"] , ["exclamdown", 161, "INVERTED EXCLAMATION MARK", "#efefef"] @@ -2173,7 +2179,6 @@ , ["uniE002", 57346, "[private use E002]"] , ["uniE003", 57347, "[private use E003]"] , [".notdef", null, null, "#dddddd"] -, ["DZcaron", 453, "LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON"] , ["Eth", 208, "LATIN CAPITAL LETTER ETH", ""] , ["hbar", 295, "LATIN SMALL LETTER H WITH STROKE", ""] , ["Tbar", 358, "LATIN CAPITAL LETTER T WITH STROKE", ""] diff --git a/docs/lab/index.html b/docs/lab/index.html index 9bf69b46e..42b17c59d 100644 --- a/docs/lab/index.html +++ b/docs/lab/index.html @@ -109,9 +109,18 @@ f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fA fB fC fD fE fF fa fb fc fd fe ff `) samples.set('Contextual alternates', ` -(m) (M) (6) -[m] [M] [6] -{m} {M} {6} +(m) (M) (6) [m] [M] [6] {m} {M} {6} +m@n M@N +3x5 x5 8x 3×5 ×5 8× +3-5 -5 8- 3+5 +5 8+ +3÷5 ÷5 8÷ +3=5 =5 8= 3≠5 ≠5 8≠ +B-O B–O B‒O B—O M•N +b-o b–o b‒o b—o m•n +X→Y X←Y X↑Y X↓Y +x→y x←y x↑y x↓y +A → B ← C ↑ D ↓ E +a → b ← c ↑ d ↓ e `) // From http://justanotherfoundry.com/generator @@ -1089,7 +1098,7 @@ document.head.appendChild(fontCSS) - + -- cgit v1.2.3