Initial filename work
This commit is contained in:
parent
3c122b72a0
commit
8dbb7c6e23
178 changed files with 411 additions and 4170 deletions
|
@ -34,8 +34,8 @@ async function GeneratePackageList(argv, out) {
|
|||
for (let [groupID, gr] of Object.entries(pkgShapesData)) {
|
||||
const prime = gr.subGroups[groupID];
|
||||
const familyName = buildName("\u00a0", ...prime.family.split(" "));
|
||||
const sTtcName = buildName("-", "super-ttc", groupID, argv.version);
|
||||
const ttcName = buildName("-", "ttc", groupID, argv.version);
|
||||
const sTtcName = buildName("-", "SuperTTC", groupID, argv.version);
|
||||
const ttcName = buildName("-", "PkgTTC", groupID, argv.version);
|
||||
const sTtcLink = `${DownloadLinkPrefix}/${sTtcName}.zip`;
|
||||
const ttcLink = `${DownloadLinkPrefix}/${ttcName}.zip`;
|
||||
const proportionPrefix = gr.quasiProportional ? "Quasi-proportional" : "Monospace";
|
||||
|
@ -74,12 +74,12 @@ async function GeneratePackageList(argv, out) {
|
|||
`<td>${leader} <b>${noBreak(subGr.family)}</b></td>`,
|
||||
`<td>${spacingDesc}</td>`,
|
||||
`<td>${flag(ligation)}</td>`,
|
||||
`<td>${createLink("Super\u00A0TTC", "super-ttc-sgr")}</td>`,
|
||||
`<td>${createLink("TTC", "ttc-sgr")}</td>`,
|
||||
`<td>${createLink("TTF", "ttf")} ` +
|
||||
`(${createLink("Unhinted", "ttf-unhinted")})</td>`,
|
||||
`<td>${createLink("WebFont", "webfont")} ` +
|
||||
`(${createLink("Unhinted", "webfont-unhinted")})</td>`,
|
||||
`<td>${createLink("Super\u00A0TTC", "SuperTTC-SGr")}</td>`,
|
||||
`<td>${createLink("TTC", "PkgTTC-SGr")}</td>`,
|
||||
`<td>${createLink("TTF", "PkgTTF")} ` +
|
||||
`(${createLink("Unhinted", "PkgTTF-Unhinted")})</td>`,
|
||||
`<td>${createLink("WebFont", "PkgWebFont")} ` +
|
||||
`(${createLink("Unhinted", "PkgWebFont-Unhinted")})</td>`,
|
||||
`</tr>`
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue