Create separate variant selector for Cyrillic capital U (#773).
This commit is contained in:
parent
f27c779e64
commit
c2e93e4e5b
6 changed files with 160 additions and 68 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue