~alcinnz/harfbuzz-pure

ref: 90e99e3130bd382b65c26f6f539ba86bbb2836b9 harfbuzz-pure/Data/Text/Glyphize.hs -rw-r--r-- 358 bytes
90e99e31 — Adrian Cochrane Expose util functions on scripts & buffers. 2 years ago
                                                                                
2e079971 Adrian Cochrane
1
2
3
4
5
6
7
8
9
10
11
12
13
module Data.Text.Glyphize where

import Data.Text.Glyphize.Buffer
import Data.Text.Glyphize.Font

-- Don't think I'll implement shapeplans at this stage...
-- shape :: Font -> Buffer -> [(GlyphInfo, GlyphPos)]

-- Defer implementing font features...

-- version :: (Int, Int, Int)
-- versionAtLeast :: (Int, Int, Int) -> Bool
-- versionString :: ShortString