Add raised cap-height cent sign (¢
) variants to VSAM
(#2044).
This commit is contained in:
parent
6f59a5250c
commit
c7440bb5a2
6 changed files with 103 additions and 50 deletions
|
@ -69,7 +69,10 @@ export async function gatherCoverageData(covUpright, covItalic, covOblique) {
|
|||
}
|
||||
|
||||
let featureSeries = [];
|
||||
for (const [id, x] of featureSeriesStore.values()) featureSeries[id] = x;
|
||||
for (const [id, x] of featureSeriesStore.values()) {
|
||||
for (let gr of x.groups) gr.sort((a, b) => a.css.localeCompare(b.css));
|
||||
featureSeries[id] = x;
|
||||
}
|
||||
|
||||
return { unicodeCoverage, featureSeries };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue