Refines the design of APL glyphs, and also introduces a configurable "Favor APL" configuration for APL-oriented custom builds (#1200).

This commit is contained in:
be5invis 2021-08-27 23:58:43 -07:00
parent 274eac85eb
commit 22f9b847cf
17 changed files with 320 additions and 140 deletions

View file

@ -131,6 +131,23 @@ async function processCherryPickingStyles() {
]
});
formatCv(md, {
introMD: `APL form`,
sampleImageCountEm: 7,
alternatives: [
{
imageId: "APLF-off",
selectors: [`apl-form = 'none'`],
description: `Disable APL-specific forms`
},
{
imageId: "APLF-on",
selectors: [`apl-form = 'enable'`],
description: `Enable APL-specific forms for Increment and Nabla to harmonize APL operators`
}
]
});
for (const cv of variantsData.primes) {
if (!cv.tag) continue;
const sampleText = cv.descSampleText