Add Fraktur J (#2440)

This commit is contained in:
Belleve 2024-07-28 17:27:48 -10:00 committed by GitHub
parent 882fd09744
commit 6dff364caf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 235 additions and 193 deletions

View file

@ -1,7 +1,3 @@
import * as Format from "@iosevka/util/formatter";
///////////////////////////////////////////////////////////////////////////////////////////////////
export class BiKnotCollector {
constructor(contrast) {
this.contrast = contrast; // stroke contrast
@ -206,6 +202,7 @@ export class UserControlKnot {
if (this.af) this.af.call(ctx);
}
}
export class TerminateInstruction {
constructor(type, af) {
this.type = type;
@ -216,6 +213,9 @@ export class TerminateInstruction {
// if (this.af) this.af.call(ctx);
}
}
///////////////////////////////////////////////////////////////////////////////////////////////////
export class InterpolatorBase {
constructor(blender) {
this.type = "interpolate";