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:
parent
274eac85eb
commit
22f9b847cf
17 changed files with 320 additions and 140 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue