Add Fraktur J (#2440)
This commit is contained in:
parent
882fd09744
commit
6dff364caf
7 changed files with 235 additions and 193 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue