class FontRes { constructor(name = "", p5Font = null) { this.name = name; this.P5Font = p5Font; } }