summaryrefslogtreecommitdiff
path: root/docs/lab
diff options
context:
space:
mode:
Diffstat (limited to 'docs/lab')
-rw-r--r--docs/lab/glyphinfo.json9
-rw-r--r--docs/lab/index.html17
2 files changed, 20 insertions, 6 deletions
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", "<derived>"]
-, ["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", "<derived>"]
, ["hbar", 295, "LATIN SMALL LETTER H WITH STROKE", "<derived>"]
, ["Tbar", 358, "LATIN CAPITAL LETTER T WITH STROKE", "<derived>"]
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)
<!-- <label><input type="checkbox" class="featopt" name="feat:pnum"> Enable pnum</label> -->
<label><input type="checkbox" class="featopt" name="feat:tnum"> Enable tnum *</label>
<!-- <label><input type="checkbox" class="featopt" name="feat:lnum"> Enable lnum</label> -->
- <label><input type="checkbox" class="featopt" name="feat:kern"> Enable kern</label>
+ <!-- <label><input type="checkbox" class="featopt" name="feat:kern"> Enable kern</label> -->
<label><input type="checkbox" class="featopt" name="feat:case"> Enable case</label>
<label><input type="checkbox" class="featopt" name="feat:calt=0"> <em>Disable</em> calt *</label>
<label><input type="checkbox" class="featopt" name="feat:zero"> Enable (slashed) zero *</label>