diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-11-11 10:57:43 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-11-11 10:57:43 +0100 |
| commit | 1d4efb44bba9dc3dec416399554c3965f3dd628f (patch) | |
| tree | 1f0cc1012d666a1ca5305ab6309219dc4d2224e8 /src/Graphics/Fountainhead/Parser.hs | |
| parent | 16f9dc70d181ba419ca1b9c02e8c367cafac3268 (diff) | |
| download | fountainhead-1d4efb44bba9dc3dec416399554c3965f3dd628f.tar.gz | |
Move ttf dumper to a module
Diffstat (limited to 'src/Graphics/Fountainhead/Parser.hs')
| -rw-r--r-- | src/Graphics/Fountainhead/Parser.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Graphics/Fountainhead/Parser.hs b/src/Graphics/Fountainhead/Parser.hs index 6d2b900..ea809d2 100644 --- a/src/Graphics/Fountainhead/Parser.hs +++ b/src/Graphics/Fountainhead/Parser.hs @@ -11,7 +11,8 @@ -- | Font parser. module Graphics.Fountainhead.Parser - ( cmapTableP + ( Parser + , cmapTableP , cvTableP , f2Dot14P , fixedP |
