This commit is contained in:
be5invis 2024-01-11 17:53:22 -08:00
parent a23af205b4
commit 9874df9994

View file

@ -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 = [];