summaryrefslogtreecommitdiff
path: root/src/Graphics/Fountainhead/Dumper.hs
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-12-27 16:19:21 +0100
committerEugen Wissner <belka@caraus.de>2023-12-27 16:19:21 +0100
commit16d9fc384fa6180c8b7e875bd95065adce346c30 (patch)
tree5096daddd5aff7d21dbed6085484297b1b8a6583 /src/Graphics/Fountainhead/Dumper.hs
parenta841f138fc9055f4bc32db292a675f93f081b4e7 (diff)
downloadfountainhead-16d9fc384fa6180c8b7e875bd95065adce346c30.tar.gz
Decompress defalte compressed fonts
Diffstat (limited to 'src/Graphics/Fountainhead/Dumper.hs')
-rw-r--r--src/Graphics/Fountainhead/Dumper.hs4
1 files changed, 3 insertions, 1 deletions
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)