From 5636e7ea48feb81f55ef187d4da70899c67004d9 Mon Sep 17 00:00:00 2001 From: Balearica Date: Wed, 10 Jul 2024 02:17:16 -0700 Subject: [PATCH 1/4] Added wip kern support --- docs/index.html | 22 +- src/opentype.mjs | 8 +- src/tables/gpos.mjs | 533 ++++++++++++++++++++++++++++++++++++++++++++ src/tables/sfnt.mjs | 12 + 4 files changed, 572 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index bc99139d..3ee60af1 100755 --- a/docs/index.html +++ b/docs/index.html @@ -77,6 +77,7 @@

Free Software

+ \ No newline at end of file From 88cfaa50d2594a957f78a4fecf17c5ea651f85b0 Mon Sep 17 00:00:00 2001 From: Balearica Date: Fri, 12 Jul 2024 03:05:58 -0700 Subject: [PATCH 4/4] Restored docs site --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 20b6a0fc..bc99139d 100755 --- a/docs/index.html +++ b/docs/index.html @@ -301,4 +301,4 @@

Free Software

const fontFileName = 'fonts/FiraSansMedium.woff'; display(await fetch(fontFileName), fontFileName); } - \ No newline at end of file +