~alcinnz/harfbuzz-pure

ref: afc5608d58a63dd48d3132c53bebd38f66c10a52 harfbuzz-pure/Main.hs -rw-r--r-- 182 bytes
afc5608d — Adrian Cochrane Correction: buffer's codepoints are all Chars. 2 years ago
                                                                                
f2772de8 Adrian Cochrane
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!