From 271b69839aaaa5f61b70061d5a2353eb1d86db59 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 29 Nov 2023 01:34:31 +0100 Subject: Dump the post table --- src/Graphics/Fountainhead/Parser.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Graphics/Fountainhead/Parser.hs') diff --git a/src/Graphics/Fountainhead/Parser.hs b/src/Graphics/Fountainhead/Parser.hs index 209faa2..2e86696 100644 --- a/src/Graphics/Fountainhead/Parser.hs +++ b/src/Graphics/Fountainhead/Parser.hs @@ -692,7 +692,7 @@ cmapFormatTableP = do cmapFormat14TableP :: Parser CmapFormat14Table cmapFormat14TableP = do initialOffset <- (+ (-2)) <$> Megaparsec.getOffset - Megaparsec.Binary.word32be -- Length. + void Megaparsec.Binary.word32be -- Length. numVarSelectorRecords <- fromIntegral <$> Megaparsec.Binary.word32be variationSelectorRecords' <- sortBy sortOffset . fold <$> Megaparsec.count numVarSelectorRecords variationSelectorRecordP -- cgit v1.2.3