Design FreeType2 integration.
1 files changed, 2 insertions(+), 0 deletions(-) M Data/Text/Glyphize/Font.hs
M Data/Text/Glyphize/Font.hs => Data/Text/Glyphize/Font.hs +2 -0
@@ 7,6 7,7 @@ data Face = Face -- TODO Define -- countFace :: ByteString -> Int -- createFace :: ByteString -> Int -> Face -- ftCreateFace :: FT_Face -> Face -- emptyFace :: Face -- faceGlyphCount :: Face -> Int @@ -- faceIndex :: Face -> Int 23,6 24,7 @@ data FontOptions = FontOptions { } -- createFont :: Face -> FontOptions -> Font -- ftCreateFont ::FT_Face -> FontOptions -> Font -- emptyFont :: Font -- fontFace :: Font -> Face -- fontGlyph :: Font -> Char -> Maybe Char -> Maybe Int