#2153 fix
This commit is contained in:
parent
a23af205b4
commit
9874df9994
1 changed files with 1 additions and 0 deletions
|
@ -300,6 +300,7 @@ export function createGrDisplaySheet(glyphStore, gid) {
|
|||
displayQueryPairFeatures(glyphStore, gid, "Width", Nwid, Wwid, typographicFeatures);
|
||||
displayQueryPairFeatures(glyphStore, gid, "Number Form", Lnum, Onum, typographicFeatures);
|
||||
displayQuerySingleFeature(glyphStore, gid, "APL Form", AplForm, typographicFeatures);
|
||||
displayQuerySingleFeature(glyphStore, gid, "Slashed Zero", Zero, typographicFeatures);
|
||||
|
||||
// Query selected character variants
|
||||
let charVariantFeatures = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue