Change configuration properties to camelCase
This commit is contained in:
parent
d47bf92b9a
commit
b261aab1ee
11 changed files with 224 additions and 175 deletions
|
@ -694,7 +694,7 @@ glyph-block Autobuild-Transformed : begin
|
|||
link-relations relSets
|
||||
|
||||
glyph-block Autobuild-Transformed-Texture : begin
|
||||
if (!(para.buildTexture && !para.isQuasiProportional)) : return nothing
|
||||
if (!(para.buildTextureFeature && !para.isQuasiProportional)) : return nothing
|
||||
|
||||
glyph-block-import CommonShapes
|
||||
glyph-block-import Common-Derivatives
|
||||
|
|
|
@ -73,7 +73,7 @@ define [buildGSUB para glyphStore markGlyphs] : begin
|
|||
buildLOCL gsub para glyphStore
|
||||
|
||||
# TXTR, "texture" feature
|
||||
if (para.buildTexture && !para.isQuasiProportional) : begin
|
||||
if (para.buildTextureFeature && !para.isQuasiProportional) : begin
|
||||
buildGsubTexture gsub glyphStore markGlyphs cvs
|
||||
|
||||
gsub.finalize
|
||||
|
|
|
@ -11,7 +11,7 @@ export function init(data, argv) {
|
|||
applyAlternatesParam(argv, para, data, "slope", "slope");
|
||||
if (argv.featureControl.noCvSs) para.enableCvSs = false;
|
||||
if (argv.featureControl.noLigation) para.enableLigation = false;
|
||||
if (argv.featureControl.buildTexture) para.buildTexture = true;
|
||||
if (argv.featureControl.buildTextureFeature) para.buildTextureFeature = true;
|
||||
return para;
|
||||
}
|
||||
function applyBlendingParam(argv, para, data, key, keyArgv) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue