From 16d9fc384fa6180c8b7e875bd95065adce346c30 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 27 Dec 2023 16:19:21 +0100 Subject: Decompress defalte compressed fonts --- src/Graphics/Fountainhead/Dumper.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Graphics/Fountainhead/Dumper.hs') diff --git a/src/Graphics/Fountainhead/Dumper.hs b/src/Graphics/Fountainhead/Dumper.hs index 46655cb..b060de7 100644 --- a/src/Graphics/Fountainhead/Dumper.hs +++ b/src/Graphics/Fountainhead/Dumper.hs @@ -22,6 +22,7 @@ module Graphics.Fountainhead.Dumper , dumpMaxp , dumpOs2 , dumpPost + , dumpTables , dumpTrueType , dumpOffsetTable ) where @@ -91,7 +92,8 @@ import Graphics.Fountainhead.Parser , maxpTableP , nameTableP , os2TableP - , postTableP, cvTableP + , postTableP + , cvTableP ) import Graphics.Fountainhead.Type (Fixed32(..), ttfEpoch) import Data.Foldable (Foldable(..), find) -- cgit v1.2.3