~alcinnz/harfbuzz-pure

ref: 7aae895f30d192648e4257d7c695e541b07a1686 harfbuzz-pure/Main.hs -rw-r--r-- 182 bytes
7aae895f — Adrian Cochrane Integrate guessing chars, document properties, expose default property values. 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
{-# LANGUAGE PackageImports #-}
module Main where

import "harfbuzz-pure" Data.Text.Glyphize

main :: IO ()
main = do
    putStr "Hello, world!\n"
    -- TODO test I can shape text!