Create separate variant selector for Cyrillic capital U (#773).

This commit is contained in:
be5invis 2020-12-18 17:07:02 -08:00
parent f27c779e64
commit c2e93e4e5b
6 changed files with 160 additions and 68 deletions

View file

@ -75,6 +75,7 @@ class Prime {
this.descSampleText = this.ligatureSampler
? cfg.sampler.split(" ")
: [...(cfg.sampler || "")];
this.samplerExplain = cfg.samplerExplain;
this.tag = cfg.tag;
this.slopeDependent = !!cfg.slopeDependent;
this.variants = new Map();
@ -94,6 +95,7 @@ class Prime {
const gr = {
key: this.key,
sampler: this.sampler,
samplerExplain: this.samplerExplain,
tag: this.tag,
slopeDependent: this.slopeDependent,
ligatureSampler: this.ligatureSampler,