* \[Experimental\] Add a font feature for texture control (#2081).
- Currently only available through custom builds with `build-texture-feature = true`.
This commit is contained in:
parent
d91cbeca6c
commit
cfb3826680
9 changed files with 179 additions and 4 deletions
|
@ -11,6 +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;
|
||||
return para;
|
||||
}
|
||||
function applyBlendingParam(argv, para, data, key, keyArgv) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue