known tags

main
Matthew Butterick 3 years ago
parent f9db216709
commit ae377a189f

@ -47,6 +47,7 @@ https://github.com/mbutterick/fontkit/blob/master/src/tables/WOFF2Directory.js
(check-exn exn:fail? (λ () (decode Base128 (bytes 127 127 127 127 127 128)))) ; overflow
(check-equal? (decode Base128 (bytes #x3f 128 #x3f)) 63))
(define known-tags '(cmap head hhea hmtx maxp name OS/2 post |cvt | fpgm glyf loca prep |CFF | VORG EBDT EBLC gasp hdmx kern LTSH PCLT VDMX vhea vmtx BASE GDEF GPOS GSUB EBSC JSTF MATH CBDT CBLC COLR CPAL |SVG | sbix acnt avar bdat bloc bsln cvar fdsc feat fmtx fvar gvar hsty just lcar mort morx opbd prop trak Zapf Silf Glat Gloc Feat Sill))
(define woff2-directory-entry
(x:dict

Loading…
Cancel
Save