Add metric override for archDepth and smallArchDepth (#1313).

This commit is contained in:
be5invis 2022-02-21 20:24:38 -08:00
parent 11f11c79a9
commit 6af084ecbc
6 changed files with 12 additions and 6 deletions

View file

@ -25,7 +25,7 @@ function applyMetricOverride(para, mo, argv) {
const validMetricOverrideFields = new Set([
"cap",
"xheight",
"xHeight",
"sb",
"accentWidth",
"accentClearance",
@ -46,7 +46,9 @@ const validMetricOverrideFields = new Set([
"essRatioUpper",
"essRatioLower",
"essRatioQuestion",
"essRatio"
"essRatio",
"archDepth",
"smallArchDepth"
]);
///////////////////////////////////////////////////////////////////////////////////////////////////