~alcinnz/harfbuzz-pure

8de69f1069d43cdc2f7895abf809a529821f2748 — Adrian Cochrane 2 years ago b7237c8
FreeType integration is not threadsafe, not that in API design.
1 files changed, 2 insertions(+), 2 deletions(-)

M Data/Text/Glyphize/Font.hs
M Data/Text/Glyphize/Font.hs => Data/Text/Glyphize/Font.hs +2 -2
@@ 6,7 6,7 @@ import Data.Text.Short
data Face = Face -- TODO Define

-- countFace :: ByteString -> Int
-- createFace :: ByteString -> Int -> Face
-- createFace :: ByteString -> Int -> IO Face
-- ftCreateFace :: FT_Face -> Face
-- emptyFace :: Face
-- faceGlyphCount :: Face -> Int


@@ 24,7 24,7 @@ data FontOptions = FontOptions {
}

-- createFont :: Face -> FontOptions -> Font
-- ftCreateFont ::FT_Face -> FontOptions -> Font
-- ftCreateFont ::FT_Face -> FontOptions -> IO Font
-- emptyFont :: Font
-- fontFace :: Font -> Face
-- fontGlyph :: Font -> Char -> Maybe Char -> Maybe Int