Add frakturs in the Letterlike Symbols (#2438)

* * Add characters:
  - BLACK-LETTER CAPITAL I (`U+2111`).
  - BLACK-LETTER CAPITAL R (`U+211C`).

* Complete frakturs in Letterlike Symbols block

* Update geom cache version
This commit is contained in:
Belleve 2024-07-28 03:30:59 -10:00 committed by GitHub
parent 61ad3c365c
commit bff9e0b1c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 496 additions and 8 deletions

View file

@ -5,7 +5,7 @@ import zlib from "zlib";
import * as CurveUtil from "@iosevka/geometry/curve-util";
import { encode, decode } from "@msgpack/msgpack";
const Edition = 43;
const Edition = 44;
const MAX_AGE = 16;
class GfEntry {
constructor(age, value) {