Add metric override for archDepth
and smallArchDepth
(#1313).
This commit is contained in:
parent
11f11c79a9
commit
6af084ecbc
6 changed files with 12 additions and 6 deletions
|
@ -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"
|
||||
]);
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue