summaryrefslogtreecommitdiff
path: root/src/Graphics/Fountainhead/TrueType.hs
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-11-11 10:57:43 +0100
committerEugen Wissner <belka@caraus.de>2023-11-11 10:57:43 +0100
commit1d4efb44bba9dc3dec416399554c3965f3dd628f (patch)
tree1f0cc1012d666a1ca5305ab6309219dc4d2224e8 /src/Graphics/Fountainhead/TrueType.hs
parent16f9dc70d181ba419ca1b9c02e8c367cafac3268 (diff)
downloadfountainhead-1d4efb44bba9dc3dec416399554c3965f3dd628f.tar.gz
Move ttf dumper to a module
Diffstat (limited to 'src/Graphics/Fountainhead/TrueType.hs')
-rw-r--r--src/Graphics/Fountainhead/TrueType.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Graphics/Fountainhead/TrueType.hs b/src/Graphics/Fountainhead/TrueType.hs
index a461d52..5b6eb68 100644
--- a/src/Graphics/Fountainhead/TrueType.hs
+++ b/src/Graphics/Fountainhead/TrueType.hs
@@ -751,7 +751,7 @@ data BXHeight
-- * Kern table
-data KernHeader = KernHeader
+newtype KernHeader = KernHeader
{ version :: Fixed32 -- ^ The version number of the kerning table (0x00010000 for the current version).
} deriving (Eq, Show)