From 2af0aea5d1d9f09358a005a953c686d1ffcee07b Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 1 May 2019 11:16:40 -0700 Subject: [PATCH] use #f not null in bitfield --- fontland/fontland/table/OS2.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fontland/fontland/table/OS2.rkt b/fontland/fontland/table/OS2.rkt index baa644c8..814b6639 100644 --- a/fontland/fontland/table/OS2.rkt +++ b/fontland/fontland/table/OS2.rkt @@ -35,7 +35,7 @@ https://github.com/mbutterick/fontkit/blob/master/src/tables/OS2.js 'usWidthClass uint16be ;; relative change from the normal aspect ratio (width to height ratio) ;; Indicates font embedding licensing rights 'fsType (x:bitfield #:type uint16be - #:flags '(null noEmbedding viewOnly editable null null null null noSubsetting bitmapOnly)) + #:flags '(#f noEmbedding viewOnly editable #f #f #f #f noSubsetting bitmapOnly)) 'ySubscriptXSize int16be ;; recommended horizontal size in pixels for subscripts 'ySubscriptYSize int16be ;; recommended vertical size in pixels for subscripts 'ySubscriptXOffset int16be ;; recommended horizontal offset for subscripts